* mk_svn_revision.sh not barf on non-bash
authorArt Cancro <ajc@citadel.org>
Sat, 20 Dec 2008 00:25:57 +0000 (00:25 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 20 Dec 2008 00:25:57 +0000 (00:25 +0000)
citadel/mk_svn_revision.sh

index 75cc31b1950ac8f77cb75f3631dbebadf39f6985..46de27e2f3cc6ba1716c07b1e7079db9f836bc60 100755 (executable)
@@ -23,7 +23,7 @@ if test -d .svn  ; then
        fi
 fi
 
-if test "$CAN_BUILD_SVN_REVISION" == "yes"  ; then
+if [ "$CAN_BUILD_SVN_REVISION" = "yes" ] ; then
 
 cat <<EOF > $C_FILE
 /*