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

2011-08-11 Thread Greg Wooledge
On Wed, Aug 10, 2011 at 03:23:47PM -0700, Linda W wrote: 1 #!/bin/bash 2 30 31 # trace control for subs 32 declare -ix Allow_Trace=$((( 33 _D_LowLevel | 34 _D_Provides | 35 _D_ 36 ))) I

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: Warning (HTML included to show prog shipped w/syntax highlighting).

2011-08-10 Thread Chet Ramey
On 8/10/11 6:23 PM, Linda W wrote: 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