fix typo
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 15 Jun 2007 15:18:58 +0000 (15:18 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 15 Jun 2007 15:18:58 +0000 (15:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7637 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/lib/config/uci.sh

index e0cd176..da6ecab 100644 (file)
@@ -67,7 +67,7 @@ uci_add_update() {
        case "$PACKAGE" in
                /*) UCIFILE="$PACKAGE";;
                *)
-                       UCIDIR="/tmp/.uci/$PACKAGE_BASE"
+                       UCIFILE="/tmp/.uci/$PACKAGE_BASE"
                        mkdir -p "/tmp/.uci"
                ;;
        esac
This page took 0.025166 seconds and 4 git commands to generate.