declare a=( {1..10} )

2009-07-09 Thread agriffis
Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale'

Re: declare a=( {1..10} )

2009-07-09 Thread Chet Ramey
agrif...@n01se.net wrote: Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc'

Re: declare a=( {1..10} )

2009-07-09 Thread Ian Kelling
Chet Ramey wrote: I will see whether or not I can defer brace expansion on assignment statement arguments. Chet I always remember that brace expansion happens first so I'd prefer that it expand on both kinds of assignments. I suppose it doesn't matter too much as long as its consistent.