diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-15 15:18:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-15 15:18:58 +0000 |
commit | 270d6c63c11c57817bb4c8f161373f0880b57933 (patch) | |
tree | 966bfc0d1a6cf6bb2fa1ba32eaeebbe296904568 | |
parent | 7afe6ce15884a3f8a121627cf871eadfe702b92b (diff) | |
download | upstream-270d6c63c11c57817bb4c8f161373f0880b57933.tar.gz upstream-270d6c63c11c57817bb4c8f161373f0880b57933.tar.bz2 upstream-270d6c63c11c57817bb4c8f161373f0880b57933.zip |
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7637 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/base-files/files/lib/config/uci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/config/uci.sh b/package/base-files/files/lib/config/uci.sh index e0cd1763c3..da6ecab51c 100644 --- a/package/base-files/files/lib/config/uci.sh +++ b/package/base-files/files/lib/config/uci.sh @@ -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 |