Changeset 600 for BAORadio


Ignore:
Timestamp:
Nov 10, 2011, 1:59:38 PM (13 years ago)
Author:
torrento
Message:

Correct if condition in emptydir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/proc_specmfib.sh

    r597 r600  
    568568#save results to Irods (use option -f ONLY to force override)
    569569    emptydir=`$FIND ${curDir}/${dirName} -maxdepth 1 -type f | $WC -l`
    570     if [ "<${emptydir}>" != "<>" ]; then
     570    if [ "<${emptydir}>" != "<0>" ]; then
    571571      iput -v -K -r -f ${curDir}/${dirName} /baoradio/data/AmasNancay/${localpath}
    572572    else
Note: See TracChangeset for help on using the changeset viewer.