From: Art Cancro Date: Sat, 20 Dec 2008 00:25:57 +0000 (+0000) Subject: * mk_svn_revision.sh not barf on non-bash X-Git-Tag: v7.86~1693 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=7e18c430a3e44d011f9904b732b9f6fecff9cabb;p=citadel.git * mk_svn_revision.sh not barf on non-bash --- diff --git a/citadel/mk_svn_revision.sh b/citadel/mk_svn_revision.sh index 75cc31b19..46de27e2f 100755 --- a/citadel/mk_svn_revision.sh +++ b/citadel/mk_svn_revision.sh @@ -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 < $C_FILE /*