Changeset 21100


Ignore:
Timestamp:
08/05/16 11:57:46 (9 years ago)
Author:
glperez
Message:

FIX: Do not need to escape single quotes. Woops!.

File:
1 edited

Legend:

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

    r21099 r21100  
    350350                                ./Download.sh
    351351                        else
    352                                 echo "disp(\'SUCCESS\');" >> $FILE
     352                                echo "disp('SUCCESS');" >> $FILE
    353353                                echo 'catch' >> $FILE
    354                                 echo "disp(\'FAILURE\');" >> $FILE
     354                                echo "disp('FAILURE');" >> $FILE
    355355                                echo 'end' >> $FILE
    356356                                echo "starting: ${dir}"
Note: See TracChangeset for help on using the changeset viewer.