Changeset 743


Ignore:
Timestamp:
10/03/18 16:52:02 (6 years ago)
Author:
dubos
Message:

devel : fixed bug recently introduced in make_icosa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/make_icosa

    r738 r743  
    9999{ 
    100100  suffix=$1 
     101  rm -f arch.$suffix 
    101102  if test -f $arch_path/arch-${arch}.${suffix} 
    102103  then 
     
    105106  then 
    106107    ln -s $arch_default_path/arch-${arch}.${suffix} arch.${suffix} 
    107   fi 
    108          
     108  else 
     109    ln -sf .void_file arch.$suffix 
     110  fi     
    109111} 
    110112 
    111113if [[ "$arch_defined" == "TRUE" ]] 
    112114then 
    113   rm -f arch.path 
    114   rm -f arch.fcm 
    115   rm -f arch.env 
    116    
    117115  for suffix in env path fcm opt ; do link_if_exists $suffix ; done 
    118116 
Note: See TracChangeset for help on using the changeset viewer.