projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889532d
)
add missing argument to debug/mount wrappers (thx, matteo)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Dec 2009 17:13:16 +0000
(17:13 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Dec 2009 17:13:16 +0000
(17:13 +0000)
SVN-Revision: 18718
package/base-files/files/etc/functions.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/functions.sh
b/package/base-files/files/etc/functions.sh
index 61c04953d39ae101c822d7b201b3f45cb7ee1c3f..fa0ba0427bea8b5ebd9c0d59907c58722a640515 100755
(executable)
--- 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