Ignore:
Timestamp:
Sep 29, 2025, 10:06:50 AM (8 weeks ago)
Author:
acozic
Message:

Add a test before remove bin/${code}.e as it was done for rm -f bin/${code}${SUFF_NAME}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz_fcm

    r5726 r5844  
    737737  rm -f bin/${code}${SUFF_NAME}
    738738fi
    739 rm -f bin/${code}.e
     739if [ ! X"${code}" == X ] ; then
     740  rm -f bin/${code}.e
     741fi   
    740742rm -f arch.fcm
    741743rm -f arch.opt
Note: See TracChangeset for help on using the changeset viewer.