Opened 11 years ago

Closed 11 years ago

#114 closed defect (fixed)

typeset -Z4 is not known by bash

Reported by: sdipsl Owned by: sdipsl
Priority: minor Milestone: Bash translation
Component: system Version:
Keywords: Cc:

Description (last modified by sdipsl)

we use this to increment over restart files (specifying integer on 4 digits). Do not work with bash.
typeset -Z4 j4

A possible replacement (working only in bash...)
restart=4 ;
for i in $( eval echo {0000..$restart} ) ; do echo $i ; done

Change History (3)

comment:1 Changed 11 years ago by sdipsl

  • Description modified (diff)

comment:2 Changed 11 years ago by sdipsl

  • Owner changed from somebody to sdipsl
  • Status changed from new to assigned

comment:3 Changed 11 years ago by sdipsl

  • Resolution set to fixed
  • Status changed from assigned to closed

Done in r821. Look after #BASH

Note: See TracTickets for help on using tickets.