From: Felix Fietkau Date: Wed, 9 Dec 2009 17:13:16 +0000 (+0000) Subject: add missing argument to debug/mount wrappers (thx, matteo) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=91a8f2334afb39e3d7a639ea0b3aec0bca185603;p=openwrt%2Fstaging%2Fdedeckeh.git add missing argument to debug/mount wrappers (thx, matteo) SVN-Revision: 18718 --- diff --git a/package/base-files/files/etc/functions.sh b/package/base-files/files/etc/functions.sh index 61c04953d3..fa0ba0427b 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