Changeset 5726 for LMDZ6/trunk


Ignore:
Timestamp:
Jun 27, 2025, 4:30:37 PM (5 weeks ago)
Author:
Laurent Fairhead
Message:

Condition needed as it seems to crash on spirit
JG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r5341 r5726  
    734734rm -f $config_fcm
    735735touch $config_fcm
    736 rm -f bin/${code}${SUFF_NAME}
     736if [ ! X"${code}${SUFF_NAME}" == X ] ; then
     737  rm -f bin/${code}${SUFF_NAME}
     738fi
    737739rm -f bin/${code}.e
    738740rm -f arch.fcm
Note: See TracChangeset for help on using the changeset viewer.