Changeset 16934
- Timestamp:
- 11/25/13 12:01:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/jenkins/execute_shell ¶
r16687 r16934 4 4 export ISSM_DIR="$WORKSPACE" 5 5 6 #which configuration are we using? 7 case $Platform in 6 #which configuration are we using? 7 case $Platform in 8 8 master ) 9 9 configfile=linux64_murdo ;; … … 12 12 larsen ) 13 13 configfile=linux64_larsen ;; 14 windows ) 15 configfile=windows 16 export PATH=/cygdrive/c/Cygwin/usr/bin:/cygdrive/c/Cygwin/bin:$PATH ;; 17 14 18 esac 15 19
Note:
See TracChangeset
for help on using the changeset viewer.