Changeset 822


Ignore:
Timestamp:
03/12/13 11:39:35 (11 years ago)
Author:
sdipsl
Message:
  • This kind of things don't work in bash. See #112
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_card/libIGCM_card.ksh

    r786 r822  
    247247      sleep 1 
    248248      ((isleep=isleep+1)) 
    249       if [ isleep -gt 20 ] ; then 
     249      if [ ${isleep} -gt 20 ] ; then 
    250250        echo "Too many loops waiting for other process working on " $1 ". We continue." 
    251251        echo "You should see if one process of your run or post-treatment may have terminated suddenly." 
Note: See TracChangeset for help on using the changeset viewer.