mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-06 05:42:27 +00:00
fix a typo
SVN-Revision: 6228
This commit is contained in:
parent
f7f09b3ece
commit
1930885f90
@ -77,7 +77,7 @@ config_clear() {
|
|||||||
CONFIG_SECTIONS="$(echo " $CONFIG_SECTIONS " | sed -e "s, $OLD , ,")"
|
CONFIG_SECTIONS="$(echo " $CONFIG_SECTIONS " | sed -e "s, $OLD , ,")"
|
||||||
CONFIG_SECTIONS="${SECTION:+$CONFIG_SECTIONS}"
|
CONFIG_SECTIONS="${SECTION:+$CONFIG_SECTIONS}"
|
||||||
|
|
||||||
for oldvar in `set | grep ^CONFIG_${SECTION:+$SECTION_} | \
|
for oldvar in `set | grep ^CONFIG_${SECTION:+${SECTION}_} | \
|
||||||
sed -e 's/\(.*\)=.*$/\1/'` ; do
|
sed -e 's/\(.*\)=.*$/\1/'` ; do
|
||||||
unset $oldvar
|
unset $oldvar
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user