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

SVN-Revision: 18718
master
Felix Fietkau 15 years ago
parent 889532d1fd
commit 91a8f2334a
  1. 4
      package/base-files/files/etc/functions.sh

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

Loading…
Cancel
Save