[adm5120] update LZMA code
[openwrt.git] / package / base-files / files / bin / uci
index 90098f0..f89fe82 100755 (executable)
@@ -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.