fstools: scripts should propagate the cmdline
authorJohn Crispin <john@openwrt.org>
Sat, 5 Apr 2014 16:34:40 +0000 (16:34 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 5 Apr 2014 16:34:40 +0000 (16:34 +0000)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 40383

package/system/fstools/files/jffs2mark
package/system/fstools/files/jffs2reset

index d0bc7ad007f89ab61088c48c41c504323ddf6e55..3f5a5328fc80618a47572e93284d228086e7c414 100644 (file)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-fs-state overlay jffs2mark
+fs-state overlay jffs2mark $@
index cc3a8453dbb79ab679a48266bea9f34de6586ecc..9cdcc7847cd6b6aa05767f2b46a9ed72ab0785b0 100644 (file)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-fs-state overlay jffs2reset
+fs-state overlay jffs2reset $@