Changeset 1752 for LMDZ5/branches/testing/makelmdz
- Timestamp:
- Apr 30, 2013, 8:34:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing/makelmdz
r1707 r1752 405 405 echo vous pouvez continuer en repondant oui. 406 406 echo "Voulez-vous vraiment continuer?" 407 echo "" 408 echo "WARNING: you are probably already compiling the model somewhere else." 409 echo "Wait until the first compilation is finished before launching this one." 410 echo "If you are sure that you are not compiling elsewhere, just answer " 411 echo "yes (or 'oui') to the question below to proceed." 412 echo "Do you wish to continue?" 407 413 read reponse 408 if [[ $reponse == "oui" ]]414 if [[ $reponse == "oui" || $reponse == "yes" ]] 409 415 then 410 416 \rm -f $LIBFGCM/grid/dimensions.h
Note: See TracChangeset
for help on using the changeset viewer.