diff options
Diffstat (limited to 'package/base-files/files/bin')
-rwxr-xr-x | package/base-files/files/bin/uci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/bin/uci b/package/base-files/files/bin/uci index 90098f014f..f89fe82b7e 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" |