Changeset 2714
- Timestamp:
- Dec 27, 2017 11:25:57 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/batch_scp
r2696 r2714 22 22 # Current revisions: 23 23 # ------------------ 24 # 24 # bugfix: variable cycle explicitly interpreted with 10 as the number base 25 25 # 26 26 # Former revisions: … … 407 407 then 408 408 found=true 409 (( icycle = $ cycle))409 (( icycle = $((10#$cycle)) )) 410 410 fi 411 411 else
Note: See TracChangeset
for help on using the changeset viewer.