Changeset 249 for modipsl


Ignore:
Timestamp:
02/12/08 10:02:50 (17 years ago)
Author:
bellier
Message:

JB : modify syntax of a test to work on the Earth Simulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_make

    r108 r249  
    7575W_XX=$(sed -n -e "s/^#-Q-  *\([^ ]*\).*$/\1/p" ${MKTG} | \ 
    7676       sort -u | sed -e "/${x_t}/!d"); 
    77 [[ '\?'"${W_XX}" != '\?'${x_t} ]] && \ 
     77[[ '\?'"${W_XX}" != '\?'"${x_t}" ]] && \ 
    7878  { echo "Target_Host  "${x_t}"  not supported" 1>&2; exit 1; } 
    7979#- 
Note: See TracChangeset for help on using the changeset viewer.