projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] kernel: fix kmod-crypto-misc on 2.4
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
functions.sh
diff --git
a/package/base-files/files/etc/functions.sh
b/package/base-files/files/etc/functions.sh
index
61c0495
..
fa0ba04
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
This page took
0.021911 seconds
and
4
git commands to generate.