From ea29b1fe89fa17968cabc3e31b45cff08a49a594 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 27 Mar 2006 20:26:16 +0000 Subject: [PATCH] Another code fix. --- master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.sh b/master.sh index 3534a56..efaa950 100755 --- a/master.sh +++ b/master.sh @@ -129,7 +129,7 @@ while test $# -gt 0 ; do shift case $1 in -* ) - echo -e "\n$1 isn't a valid build directory\n." + echo -e "\n$1 isn't a valid build directory." echo -e "Directory names can't start with - .\n" exit 1 ;;