projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c119369
)
add an extra safety check
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Feb 2008 01:47:47 +0000
(
01:47
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Feb 2008 01:47:47 +0000
(
01:47
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10389
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/functions.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/functions.sh
b/package/base-files/files/etc/functions.sh
index
5ad45ec
..
af4eae2
100755
(executable)
--- a/
package/base-files/files/etc/functions.sh
+++ b/
package/base-files/files/etc/functions.sh
@@
-208,4
+208,4
@@
uci_apply_defaults() {(
uci commit
)}
-[ -z "$IPKG_INSTROOT" ] && . /lib/config/uci.sh
+[ -z "$IPKG_INSTROOT"
-a -f /lib/config/uci.sh
] && . /lib/config/uci.sh