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:
c62f14c
)
fix wrong path to uci (thx, phr3ak)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Feb 2008 00:52:48 +0000
(
00:52
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Feb 2008 00:52:48 +0000
(
00:52
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10387
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/uci/files/uci/lib/config/uci.sh
patch
|
blob
|
history
diff --git
a/package/uci/files/uci/lib/config/uci.sh
b/package/uci/files/uci/lib/config/uci.sh
index
3a264a2
..
bfec4fe
100644
(file)
--- a/
package/uci/files/uci/lib/config/uci.sh
+++ b/
package/uci/files/uci/lib/config/uci.sh
@@
-41,7
+41,7
@@
uci_revert_state() {
local CONFIG="$2"
local OPTION="$3"
- /bin/uci -P /var/state revert "$PACKAGE${CONFIG:+.$CONFIG}${OPTION:+.$OPTION}"
+ /
s
bin/uci -P /var/state revert "$PACKAGE${CONFIG:+.$CONFIG}${OPTION:+.$OPTION}"
}
uci_set_state() {