Date: Friday, March 9, 2007 @ 19:10:32
  Author: marc
    Path: /cvsroot/carob/carob

Modified: configure (1.1 -> 1.2)

Replaced bash == by a standard =


-----------+
 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: carob/configure
diff -u carob/configure:1.1 carob/configure:1.2
--- carob/configure:1.1 Fri Mar  9 18:41:11 2007
+++ carob/configure     Fri Mar  9 19:10:32 2007
@@ -35,13 +35,13 @@
     uname -s >> ${CONFIGURED_OS}
 }
 
-if [ "$1" == "--clean" ]
+if [ "$1" = "--clean" ]
 then rm ${CONFIGURED_OS}
     exit
 fi
 
 ## Get configured OS. Terse output here since called by GNUMakefile
-if [ "$1" == "--getos" ]
+if [ "$1" = "--getos" ]
 then
     # Guess it and save it not already defined (by user or by us)
     if [ ! -r ${CONFIGURED_OS} ]

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to