On Sun, Dec 27, 2009 at 04:57, Allan McRae <allan at archlinux.org> wrote:
> It can handle the following syntax:
> for=('a' 'b' \
> 'c' )
Does it correctly handle the case where the \ is not there? It's not
needed inside an array declaration.