Update of /cvsroot/monetdb/MonetDB5/src/tools
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7783

Modified Files:
        monetdb 
Log Message:
Use bash internals (we're using bash, right?) and don't give misleading
information


Index: monetdb
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/tools/monetdb,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- monetdb     25 May 2007 08:17:35 -0000      1.39
+++ monetdb     25 May 2007 08:19:47 -0000      1.40
@@ -44,10 +44,9 @@
 ASCII=""
 DBFARM=$MONETDB5_PREFIX/var/MonetDB5/dbfarm
 # First perform some sanity checks
-if [ "$MONETDB5_PREFIX"  = "" ]
-then
+if [[ -z $MONETDB5_PREFIX ]] ; then
        echo "The MONETDB5_PREFIX environment variable has not been set"
-       echo "It should point to where you have installed the build directory"
+       echo "It should point to the directory where you have installed MonetDB"
        exit
 fi
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to