[issm-svn] r20507 - issm/trunk/jenkins
glperez at issm.ess.uci.edu
glperez at issm.ess.uci.edu
Wed Apr 13 16:06:13 PDT 2016
Author: glperez
Date: 2016-04-13 16:06:12 -0700 (Wed, 13 Apr 2016)
New Revision: 20507
Modified:
issm/trunk/jenkins/jenkins.sh
Log:
FIX: space issue in Jenkins script.
Modified: issm/trunk/jenkins/jenkins.sh
===================================================================
--- issm/trunk/jenkins/jenkins.sh 2016-04-13 22:15:14 UTC (rev 20506)
+++ issm/trunk/jenkins/jenkins.sh 2016-04-13 23:06:12 UTC (rev 20507)
@@ -136,7 +136,7 @@
source $ISSM_DIR/etc/environment.sh
#If external package is rebuilt, we also need to recompile
- ISSM_COMPILATION = "yes"
+ ISSM_COMPILATION="yes"
else
echo "======================================================";
echo " Skipping $PACKAGENAME ";
@@ -304,7 +304,7 @@
fi
# This test will allow us to check on the status of the examples.
-if [ $EXAMPLES_TEST -eq 1]; then
+if [ $EXAMPLES_TEST -eq 1 ]; then
cd $ISSM_DIR/examples
fi
More information about the issm-svn
mailing list