diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-15 15:18:58 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-15 15:18:58 +0000 |
commit | 31cf56048402561caa5a5d70ef40c8fefefb69f0 (patch) | |
tree | 966bfc0d1a6cf6bb2fa1ba32eaeebbe296904568 | |
parent | 807c2e8108ee7f0f22020f3756b708c2b70cdee3 (diff) |
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 e0cd1763c..da6ecab51 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 |