Skip to content
Snippets Groups Projects
Commit e9ce379d authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix missing variable assignment (found by db90h)

SVN-Revision: 5395
parent 7af8ef7b
No related branches found
No related tags found
No related merge requests found
......@@ -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}" ] && {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment