From 7e18c430a3e44d011f9904b732b9f6fecff9cabb Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 20 Dec 2008 00:25:57 +0000 Subject: [PATCH] * mk_svn_revision.sh not barf on non-bash --- citadel/mk_svn_revision.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /* -- 2.39.2