X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Fbin%2Fuci;h=f89fe82b7eb4268687a3430c3a6f0d2a92b86e60;hb=fa2a6d6883931ef2ea2e6785b5547f0655c72ec7;hp=90098f014fa782c88745f2cd0fcaac2f5ab61ead;hpb=2b4ca3e3639e4e61e70dda52ad8da74a143789a1;p=openwrt-10.03%2F.git diff --git a/package/base-files/files/bin/uci b/package/base-files/files/bin/uci index 90098f014..f89fe82b7 100755 --- 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"