Changeset 2714 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Dec 27, 2017 11:25:57 AM (6 years ago)
Author:
raasch
Message:

bugfix: variable cycle explicitly interpreted with 10 as the number base

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/batch_scp

    r2696 r2714  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# bugfix: variable cycle explicitly interpreted with 10 as the number base
    2525#
    2626# Former revisions:
     
    407407                then
    408408                   found=true
    409                    (( icycle = $cycle ))
     409                   (( icycle = $((10#$cycle)) ))
    410410                fi
    411411             else
Note: See TracChangeset for help on using the changeset viewer.