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 2331 – NEMO

Changeset 2331


Ignore:
Timestamp:
2010-10-28T15:34:33+02:00 (13 years ago)
Author:
rblod
Message:

Light improvement of maketools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/TOOLS/maketools

    r2263 r2331  
    166166 
    167167fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_tools.cfg || cd - 
    168 if [ -f ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe ]; then 
     168if [ -n "$(ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe)" ]; then 
    169169for i in `ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe` 
    170170   do 
Note: See TracChangeset for help on using the changeset viewer.