[Bprocessor-commit] build build.sh,1.2,1.3
Status: Pre-Alpha
Brought to you by:
henryml
From: Nikolaj B. <nbr...@us...> - 2005-11-14 11:17:35
|
Update of /cvsroot/bprocessor/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31260 Modified Files: build.sh Log Message: Added quotes around var in build.sh Index: build.sh =================================================================== RCS file: /cvsroot/bprocessor/build/build.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.sh 26 Oct 2005 09:13:01 -0000 1.2 --- build.sh 14 Nov 2005 11:17:24 -0000 1.3 *************** *** 1,5 **** #!/bin/sh ! if [ -z $ANT_HOME ]; then echo "Please set the ANT_HOME variable." exit 1 --- 1,5 ---- #!/bin/sh ! if [ -z "$ANT_HOME" ]; then echo "Please set the ANT_HOME variable." exit 1 |