summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/bootconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/bootconf.sh')
-rwxr-xr-xetc/rc.d/bootconf.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/bootconf.sh b/etc/rc.d/bootconf.sh
index 24803bc..662dfae 100755
--- a/etc/rc.d/bootconf.sh
+++ b/etc/rc.d/bootconf.sh
@@ -45,8 +45,8 @@ bootconf_start()
done
echo
master=$$
- _DUMMY=/etc/passwd
- conf=${_DUMMY}
+ DUMMY=/etc/passwd
+ conf=${DUMMY}
while [ ! -d /etc/etc.$conf/. ]; do
trap "conf=$default; echo; echo Using default of $conf" ALRM
echo -n "Which configuration [$default] ? "
@@ -57,7 +57,7 @@ bootconf_start()
conf=$default
fi
if [ ! -d /etc/etc.$conf/. ]; then
- conf=${_DUMMY}
+ conf=${DUMMY}
fi
done
OpenPOWER on IntegriCloud