Message fix.

This commit is contained in:
Manuel Canales Esparcia 2006-10-07 18:53:15 +00:00
parent 881c96ff07
commit 8b61744aef

View file

@ -144,7 +144,7 @@ echo "${SD_BORDER}${nl_}"
echo -n "Are you happy with these settings? yes/no (no): "
read ANSWER
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
fi
echo "${nl_}${SD_BORDER}${nl_}"