mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:04:40 +02:00
fix missing variable assignment (found by db90h)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5395 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d5583787a6
commit
edfafff062
@ -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}" ] && {
|
||||
|
Loading…
Reference in New Issue
Block a user