Index: /issm/trunk/jenkins/jenkins.sh
===================================================================
--- /issm/trunk/jenkins/jenkins.sh	(revision 20506)
+++ /issm/trunk/jenkins/jenkins.sh	(revision 20507)
@@ -137,5 +137,5 @@
 
 		#If external package is rebuilt, we also need to recompile
-		ISSM_COMPILATION = "yes"
+		ISSM_COMPILATION="yes"
 	else
 		echo "======================================================";
@@ -305,5 +305,5 @@
 
 # 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
