add missing argument to debug/mount wrappers (thx, matteo)
[openwrt.git] / 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