add missing argument to debug/mount wrappers (thx, matteo)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 9 Dec 2009 17:13:16 +0000 (17:13 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 9 Dec 2009 17:13:16 +0000 (17:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18718 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/functions.sh

index 61c0495..fa0ba04 100755 (executable)
@@ -4,10 +4,10 @@
 
 
 debug () {
-       ${DEBUG:-:}
+       ${DEBUG:-:} "$@"
 }
 mount() {
-       busybox mount
+       busybox mount "$@"
 }
 
 # newline