From: nbd Date: Wed, 9 Dec 2009 17:13:16 +0000 (+0000) Subject: add missing argument to debug/mount wrappers (thx, matteo) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3982cd8ffe9300735234678c7190913a4a02b8a6;p=10.03%2Fopenwrt.git add missing argument to debug/mount wrappers (thx, matteo) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18718 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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