Callback interface broken

2005-12-13 Thread schwab
Configuration Information [Automatically generated, do not change]: Machine: ia64 OS: linux Compiler: gcc -I/usr/src/packages/BUILD/bash-3.1 -L/usr/src/packages/BUILD/bash-3.1/../readline-5.1 Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='ia64' -DCONF_OSTYPE='linux'

let expression parsing broken in bash 3.1

2005-12-13 Thread George Sherwood
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='lin$uname output: Linux athlon 2.6.14 #1 PREEMPT Sat Nov 5 15:42:59 EST 2005 i686 G$Machine Type:

Re: let expression parsing broken in bash 3.1

2005-12-13 Thread Mike Frysinger
On Tue, Dec 13, 2005 at 10:00:52PM -0500, George Sherwood wrote: Description: Let expression parsing appears to be broken in bash 3.1. When using a simple expression such as let a=(5+3) I get this error: bash: syntax error near unexpected token `(' seems to be most assignments that