> <nothing> is not a word at all, so it can't be expanded, so I think
> bash is corrent to complain about a syntax error.
Epsilon anyone?
I really don't care (honestly) but a null word can be considered a word too!
In yacc-like terms:
wordlist:
| wordlist WORD
;
It doesn't really matter until one considers perverse abuses of
a shell, such as those embedded in a Makefile somewhere.
FreeBSD's shell (and ksh93) both perform "correctly" IMHO and
wouldn't make the change. I'm also not likely to declare a
Jihad against such a change either :-)
It doesn't hurt anything the way it is and represents a better
generalization (IMHO again).
Cheers,
Jerry Hicks
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- Re: empty lists in for Sheldon Hearn
- Re: empty lists in for Doug Barton
- Re: empty lists in for W Gerald Hicks
- Re: empty lists in for Doug Barton
- Re: empty lists in for John Polstra
- Re: empty lists in for Doug Barton
- Re: empty lists in for John Polstra
- Re: empty lists in for Martin Cracauer
- Re: empty lists in for (/bin/sh) Max Khon
- Re: empty lists in for (/bin/sh) Martin Cracauer
- Re: empty lists in for W Gerald Hicks
- Re: empty lists in for W Gerald Hicks
- Re: empty lists in for Doug Barton
- Re: empty lists in for W Gerald Hicks
- Re: empty lists in for Doug Barton
- Re: empty lists in for John Polstra
- Re: empty lists in for W Gerald Hicks
- Re: empty lists in for Chris Costello
- Re: empty lists in for Max Khon
- Re: empty lists in for Chris Costello
- Re: empty lists in for David Scheidt

