Another code fix.
This commit is contained in:
parent
4532c37d17
commit
ea29b1fe89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Reference in a new issue