New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2321 – NEMO

Changeset 2321


Ignore:
Timestamp:
2010-10-27T15:20:59+02:00 (14 years ago)
Author:
flavoni
Message:

correct a little mistake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/Fclean_config.sh

    r2301 r2321  
    6161#- 
    6262 NEW_CONF=${x_n} 
    63  echo "Removing bad configuration : ${NEW_CONF}"  
    6463 echo "Are you sure that you want to remove this directory ? [y/n] " 
    6564 read answer 
     
    6867   # testing if configuration exists 
    6968   if [ "$(cat ${COMPIL_DIR}/cfg.txt | grep "${NEW_CONF} ")"  == "" ] ; then 
    70       echo "The configurationn_config.sh ${NEW_CONF} does not exist"      
     69      echo "The configuration ${NEW_CONF} does not exist in file cfg.txt"      
    7170      echo "No removing configuration" 
    7271      echo " " 
Note: See TracChangeset for help on using the changeset viewer.