summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/bin/uci
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files/bin/uci')
-rwxr-xr-xpackage/base-files/files/bin/uci2
1 files changed, 1 insertions, 1 deletions
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"