Warning (HTML included to show prog shipped w/syntax highlighting).

2011-08-10 Thread Linda W
When I have the construct, in 4.1: 1 #!/bin/bash 2 30 31 # trace control for subs 32 declare -ix Allow_Trace=$((( 33 _D_LowLevel | 34 _D_Provides | 35 _D_ 36 ))) 37 38 declare -ix

Re: echo enhancement leads to confused legacy script tools...

2006-04-05 Thread Linda W
Chet Ramey wrote: The remaining consideration is whether or not there's a significant body of scripts out there that rely on the current behavior. If there isn't, I would strongly consider the change to require a leading `0' in octal constants. I don't think that \x introducing hex constants

Re: echo enhancement leads to confused legacy script tools...

2006-03-23 Thread Linda W
Henrik Nordstrom wrote: lör 2006-03-18 klockan 14:15 -0800 skrev Linda W: Bash added the feature to allow dropping of the leading 0, accepting strings: \0nnn, \nnn, and \xHH. I'm guessing that most bash users run in a shell that has expansion turned off by default or this would have