add missing argument to debug/mount wrappers (thx, matteo)
SVN-Revision: 18718
This commit is contained in:
parent
889532d1fd
commit
91a8f2334a
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
|
|
||||||
debug () {
|
debug () {
|
||||||
${DEBUG:-:}
|
${DEBUG:-:} "$@"
|
||||||
}
|
}
|
||||||
mount() {
|
mount() {
|
||||||
busybox mount
|
busybox mount "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
# newline
|
# newline
|
||||||
|
|
Loading…
Reference in a new issue