projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[adm5120] update LZMA code
[openwrt.git]
/
package
/
base-files
/
files
/
bin
/
uci
diff --git
a/package/base-files/files/bin/uci
b/package/base-files/files/bin/uci
index
90098f0
..
f89fe82
100755
(executable)
--- a/
package/base-files/files/bin/uci
+++ b/
package/base-files/files/bin/uci
@@
-106,7
+106,7
@@
do_show() {
SECTION=""
config_cb() {
- if [ -z "$CONFIG" -o
"$CONFIG" =
"$2" ]; then
+ if [ -z "$CONFIG" -o
."$CONFIG" = .
"$2" ]; then
append SECTION "$2"
option_cb() {
append "${CONFIG_SECTION}_VARS" "$1"
This page took
0.024829 seconds
and
4
git commands to generate.