Changeset 3484 for trunk/LMDZ.COMMON/build_gcm
- Timestamp:
- Oct 24, 2024, 1:10:52 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/build_gcm
r1019 r3484 5 5 # the full path to where the 'fcm' command is to be found 6 6 7 if test -f '.lock' 7 if test -f '.lock' 8 8 then 9 9 echo 'ATTENTION: vous etes sans doute en train de compiler le modele par ailleurs' … … 19 19 echo "Do you wish to continue?" 20 20 read ouinon 21 if [[ $ouinon == "oui" || $ouinon == "yes" ]] 21 if [[ $ouinon == "oui" || $ouinon == "yes" ]] 22 22 then 23 echo OK 23 echo OK 24 24 else 25 25 exit … … 45 45 # run "fcm build" command 46 46 ${dirname}fcm build $* 47 if [ $? != 0 ]; then # check if fcm command worked 48 exit 1 49 fi 50 47 51 48 52 # cleanup 49 \rm -f '.lock' 53 \rm -f '.lock' 50 54
Note: See TracChangeset
for help on using the changeset viewer.