using single "=" in test for more general compliance
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 17 Sep 2008 15:35:57 +0000 (15:35 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 17 Sep 2008 15:35:57 +0000 (15:35 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1431 9efc2488-bf62-4759-914b-345cdb29e865

autogen.sh

index a4cdd62..1a8d53f 100755 (executable)
@@ -2,9 +2,9 @@
 # autogen.sh - generates configure using the autotools
 
 OS=`uname`
-if [ "$OS" == "Darwin" ]; then
+if [ "$OS" = "Darwin" ]; then
     : ${LIBTOOLIZE=glibtoolize}
-elif [ "$OS" == "Linux" ]; then
+elif [ "$OS" = "Linux" ]; then
     : ${LIBTOOLIZE=libtoolize}
 fi