From da626a96928776b2d446870a928a8cbec21ee80b Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Tue, 4 Apr 2006 22:50:28 +0000 Subject: [PATCH] Minor grammar fixes. --- master.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/master.sh b/master.sh index d102812..5b1e1bd 100755 --- a/master.sh +++ b/master.sh @@ -176,7 +176,7 @@ while test $# -gt 0 ; do WC=1 BOOK=$1 else - echo -e "\nLook like $1 isn't a LFS working copy." + echo -e "\nLooks like $1 isn't a LFS working copy." exit 1 fi ;; @@ -185,7 +185,7 @@ while test $# -gt 0 ; do WC=1 BOOK=$1 else - echo -e "\nLook like $1 isn't a CLFS working copy." + echo -e "\nLooks like $1 isn't a CLFS working copy." exit 1 fi ;; @@ -194,7 +194,7 @@ while test $# -gt 0 ; do WC=1 BOOK=$1 else - echo -e "\nLook like $1 isn't a HLFS working copy." + echo -e "\nLooks like $1 isn't a HLFS working copy." exit 1 fi ;; @@ -203,7 +203,7 @@ while test $# -gt 0 ; do WC=1 BOOK=$1 else - echo -e "\nLook like $1 isn't a BLFS working copy." + echo -e "\nLooks like $1 isn't a BLFS working copy." exit 1 fi ;;