Another code fix.

This commit is contained in:
Manuel Canales Esparcia 2006-03-27 20:26:16 +00:00
parent 4532c37d17
commit ea29b1fe89

View file

@ -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
;;