summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-09 17:13:16 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-12-09 17:13:16 +0000
commit3982cd8ffe9300735234678c7190913a4a02b8a6 (patch)
tree864900c2d3ba7b82b0dd792f8928bade5bbead38 /package
parentdaa59b7513eb66b7c184474ea188fda4dd4a4aee (diff)
add missing argument to debug/mount wrappers (thx, matteo)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-xpackage/base-files/files/etc/functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/files/etc/functions.sh b/package/base-files/files/etc/functions.sh
index 61c04953d..fa0ba0427 100755
--- a/package/base-files/files/etc/functions.sh
+++ b/package/base-files/files/etc/functions.sh
@@ -4,10 +4,10 @@
debug () {
- ${DEBUG:-:}
+ ${DEBUG:-:} "$@"
}
mount() {
- busybox mount
+ busybox mount "$@"
}
# newline