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:
af9bcd1
)
fix broken export from last commit
author
Mike Baker
<mbm@openwrt.org>
Wed, 22 Nov 2006 21:49:49 +0000
(21:49 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Wed, 22 Nov 2006 21:49:49 +0000
(21:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5618
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/etc/functions.sh
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/functions.sh
b/package/base-files/default/etc/functions.sh
index
1909ab2
..
bf412df
100755
(executable)
--- a/
package/base-files/default/etc/functions.sh
+++ b/
package/base-files/default/etc/functions.sh
@@
-57,7
+57,7
@@
config_rename() {
for oldvar in `set | grep ^CONFIG_${OLD}_ | \
sed -e 's/\(.*\)=.*$/\1/'` ; do
newvar="CONFIG_${NEW}_${oldvar##CONFIG_${OLD}_}"
- e
xport -n "$newvar=\${$oldvar}
"
+ e
val "export -n \"$newvar=\${$oldvar}\"
"
unset "$oldvar"
done