Changeset 4644


Ignore:
Timestamp:
08/12/19 10:37:42 (5 years ago)
Author:
jgipsl
Message:

Correct error message

Location:
CONFIG/UNIFORM/v6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/compile_ipslcm6.sh

    r4643 r4644  
    108108        "-full_nemo")  full_nemo=y ; shift ;; 
    109109        "-cleannemo")  full_nemo=y ; shift ;; 
    110         *)             echo "unknown option "$2" , exiting..." ; exit 
     110        *)             echo "unknown option "$1" , exiting..." ; exit 
    111111    esac 
    112112done 
  • CONFIG/UNIFORM/v6/LMDZOR_v6.2/compile_lmdzor.sh

    r4643 r4644  
    8383        "-full_orch")       full_orch="-full"  ; shift ;; 
    8484        "-netcdf_lib_seq")  netcdf_lib="--netcdf_lib netcdf4_seq"; shift ;; 
    85         *)                  echo "unknown option "$2" , exiting..." ; exit  
     85        *)                  echo "unknown option "$1" , exiting..." ; exit  
    8686    esac 
    8787done 
Note: See TracChangeset for help on using the changeset viewer.