add missing argument to debug/mount wrappers (thx, matteo)

SVN-Revision: 18718
This commit is contained in:
Felix Fietkau 2009-12-09 17:13:16 +00:00
parent 889532d1fd
commit 91a8f2334a

View file

@ -4,10 +4,10 @@
debug () {
${DEBUG:-:}
${DEBUG:-:} "$@"
}
mount() {
busybox mount
busybox mount "$@"
}
# newline