summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-12-09 17:13:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-12-09 17:13:16 +0000
commit91a8f2334afb39e3d7a639ea0b3aec0bca185603 (patch)
tree9ce9f24b7aefe22bbcfdc1ea81db77a1b6d62477 /package/base-files
parent889532d1fd7d2fe969f5ae454e38bf8f1e59bd95 (diff)
downloadmtk-20170518-91a8f2334afb39e3d7a639ea0b3aec0bca185603.zip
mtk-20170518-91a8f2334afb39e3d7a639ea0b3aec0bca185603.tar.gz
mtk-20170518-91a8f2334afb39e3d7a639ea0b3aec0bca185603.tar.bz2
add missing argument to debug/mount wrappers (thx, matteo)
SVN-Revision: 18718
Diffstat (limited to 'package/base-files')
-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 61c0495..fa0ba04 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