[sword-svn] r2581 - trunk/scripts
scribe at crosswire.org
scribe at crosswire.org
Thu Oct 21 07:32:56 MST 2010
Author: scribe
Date: 2010-10-21 07:32:56 -0700 (Thu, 21 Oct 2010)
New Revision: 2581
Modified:
trunk/scripts/mkswordtar
Log:
updated release script to work correctly on ubuntu
Modified: trunk/scripts/mkswordtar
===================================================================
--- trunk/scripts/mkswordtar 2010-10-21 14:21:34 UTC (rev 2580)
+++ trunk/scripts/mkswordtar 2010-10-21 14:32:56 UTC (rev 2581)
@@ -11,7 +11,7 @@
sed -i "s/^\(PROJECT_NUMBER\).*/\1 = \"$SWORDVER\"/" ../doc/Doxyfile
sed -i "s/^SET(SWORD_VERSION.*/SET(SWORD_VERSION $SWORDVER)/" ../CMakeLists.txt
-if test `echo $REV` == `echo $SWORDVER`; then
+if [ "$REV" = "$SWORDVER" ]; then
chmod +x *
echo
More information about the sword-cvs
mailing list