Changeset 15263
- Timestamp:
- 06/13/13 16:16:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/cccl/issm/cccl
r15255 r15263 109 109 110 110 echo "$prog "$includeopts" $opts /nologo" 111 $prog "$includeopts" $opts /nologo 111 if test -e "$includeopts"; 112 then 113 #If includeopts is not empty, include it, we add the double quotes for voodoo magic, do not mess with that 114 $prog "$includeopts" $opts /nologo 115 else 116 #If empty, do not include it, because the double quotes will mess it up. 117 $prog $opts /nologo 118 fi 119 112 120 exit 0 113 121
Note:
See TracChangeset
for help on using the changeset viewer.