Mail Archives: djgpp/1999/04/28/03:35:42
On Tue, 27 Apr 1999, Endlisnis wrote:
> But would you ever use a ";" at the beginning of the command line?
We are talking about a way to *know* that ";" begins a command. So
the right question is ``would I ever use ";" at the beginning of
something that is NOT a command?'' Since ";" is also used to separate
multiple directives in a Makefile, I guess we cannot use it in this
context.
To say nothing of the fact that the Posix standard should be changed
for this to be used.
Anyway, even if we did use ";", it won't help people who edit working
Makefile's and have the TABs silently converted to spaces by their
editor.
- Raw text -