add missing argument to debug/mount wrappers (thx, matteo)
SVN-Revision: 18718
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
|
|
||||||
debug () {
|
debug () {
|
||||||
${DEBUG:-:}
|
${DEBUG:-:} "$@"
|
||||||
}
|
}
|
||||||
mount() {
|
mount() {
|
||||||
busybox mount
|
busybox mount "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
# newline
|
# newline
|
||||||
|
|||||||
Reference in New Issue
Block a user