projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dc43d9
)
correct typo in 'uci get'
author
Mike Baker
<mbm@openwrt.org>
Fri, 17 Nov 2006 22:54:50 +0000
(22:54 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Fri, 17 Nov 2006 22:54:50 +0000
(22:54 +0000)
SVN-Revision: 5557
package/base-files/default/bin/uci
patch
|
blob
|
history
diff --git
a/package/base-files/default/bin/uci
b/package/base-files/default/bin/uci
index ea67c6513fbf87b841538c58eedfd3c7239b030b..d74b89762f73f742c3132a96bfc623e653bcd517 100755
(executable)
--- a/
package/base-files/default/bin/uci
+++ b/
package/base-files/default/bin/uci
@@
-30,7
+30,7
@@
do_get() {
local CONFIG="$2"
local OPTION="$3"
- uci_load "$PAC
AK
GE"
+ uci_load "$PAC
KA
GE"
config_get "$CONFIG" "$OPTION"
}