Message fix.
This commit is contained in:
parent
6271c5546f
commit
881c96ff07
1 changed files with 1 additions and 1 deletions
2
jhalfs
2
jhalfs
|
@ -281,7 +281,7 @@ echo "${SD_BORDER}${nl_}"
|
||||||
echo -n "Are you happy with these settings? yes/no (no): "
|
echo -n "Are you happy with these settings? yes/no (no): "
|
||||||
read ANSWER
|
read ANSWER
|
||||||
if [ x$ANSWER != "xyes" ] ; then
|
if [ x$ANSWER != "xyes" ] ; then
|
||||||
echo "${nl_}Fix the configuration options and rerun the script.${nl_}"
|
echo "${nl_}Rerun make to fix the configuration options.${nl_}"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "${nl_}${SD_BORDER}${nl_}"
|
echo "${nl_}${SD_BORDER}${nl_}"
|
||||||
|
|
Reference in a new issue