[cosmetic] accommodate for 5 digits svn revisions :)
[openwrt.git] / package / uci / files / lib / config / uci.sh
index f5d8ddc..38f3097 100644 (file)
@@ -60,7 +60,7 @@ uci_set_state() {
        local OPTION="$3"
        local VALUE="$4"
 
-       [ -z "$VALUE" ] && return 0
+       [ "$#" = 4 ] || return 0
        /sbin/uci -P /var/state set "$PACKAGE.$CONFIG${OPTION:+.$OPTION}=$VALUE"
 }
 
This page took 0.025677 seconds and 4 git commands to generate.