From: nbd Date: Fri, 15 Jun 2007 15:18:58 +0000 (+0000) Subject: fix typo X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/31cf56048402561caa5a5d70ef40c8fefefb69f0 fix typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7637 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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