From 881c96ff07d6f69c666997eaae883452e14de0f0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 7 Oct 2006 18:50:15 +0000 Subject: [PATCH] Message fix. --- jhalfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhalfs b/jhalfs index 06131b9..fed7ec3 100755 --- a/jhalfs +++ b/jhalfs @@ -281,7 +281,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_}"