Joseph Michaud wrote:
> Configuration Information [Automatically generated, do not change]:
> Machine: i686
> OS: cygwin
> Compiler: gcc
> Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686'
> -DCONF_OSTYPE='cygwin' -DCONF_MACHTYPE='i686-pc-cygwin'
> -DCONF_VENDOR='pc' -DLOCALEDIR='/us
Hello,
I am having GNU bash, version 2.03.0(1)-release (sparc-sun-solaris2.6),
while executing for loop
# for (( i=1; i<5 ; i++ )) ; do echo $i ; done
I am getting error
bash: syntax error near unexpected token `(('
The same for loop is working file on GNU bash, version 3.00.15(1)-release
(i38
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Vikas Dube on 5/23/2007 4:02 AM:
> Hello,
> I am having GNU bash, version 2.03.0(1)-release (sparc-sun-solaris2.6),
>
> The same for loop is working file on GNU bash, version 3.00.15(1)-release
Consider upgrading. Bash is now at 3.2, an
Vikas Dube wrote:
> Hello,
> I am having GNU bash, version 2.03.0(1)-release (sparc-sun-solaris2.6),
> while executing for loop
> # for (( i=1; i<5 ; i++ )) ; do echo $i ; done
> I am getting error
> bash: syntax error near unexpected token `(('
That construct was not added to bash until version