fix missing variable assignment (found by db90h)
[openwrt-10.03/.git] / package / base-files / default / lib / config / uci.sh
index 87b7dcb1303da00cd99c01162f54aca5f856ee7b..957c1bb7cacefb3e859e82fd6991b6d721da3608 100755 (executable)
@@ -19,6 +19,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
 uci_load() {
+       local PACKAGE="$1"
        config_load "$PACKAGE"
        local PACKAGE_BASE="$(basename "$PACKAGE")"
        [ -f "/tmp/.uci/${PACKAGE_BASE}" ] && {