Changeset 20507


Ignore:
Timestamp:
04/13/16 16:06:12 (9 years ago)
Author:
glperez
Message:

FIX: space issue in Jenkins script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/jenkins/jenkins.sh

    r20500 r20507  
    137137
    138138                #If external package is rebuilt, we also need to recompile
    139                 ISSM_COMPILATION = "yes"
     139                ISSM_COMPILATION="yes"
    140140        else
    141141                echo "======================================================";
     
    305305
    306306# This test will allow us to check on the status of the examples.
    307 if [ $EXAMPLES_TEST -eq 1]; then
     307if [ $EXAMPLES_TEST -eq 1 ]; then
    308308        cd $ISSM_DIR/examples
    309309fi
Note: See TracChangeset for help on using the changeset viewer.