Changeset 1576 for trunk/libIGCM


Ignore:
Timestamp:
02/16/23 14:50:12 (14 months ago)
Author:
aclsce
Message:

Fixed bug in the use of DRYRUN variable on Irene-amd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_irene-amd.ksh

    r1569 r1576  
    3838#==================================================== 
    3939# Turn in dry run mode ? (sys_Put_Rest, sys_Put_Out, sys_Get) 
    40 if ([ X${DRYRUN} != X\"\" ] && [ ${DRYRUN} = 4 ]) ; then 
     40if ([ X${DRYRUN} != X ] && [ ${DRYRUN} = 4 ]) ; then 
    4141  typeset -r DRYRUN=0 
    4242  typeset -r DRYRUN_DEBUG=4 
Note: See TracChangeset for help on using the changeset viewer.