Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[Bug] make, zsh and functions
- X-seq: zsh-workers 24690
- From: Adrien Pierard <adrian@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [Bug] make, zsh and functions
- Date: Thu, 06 Mar 2008 12:51:47 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi.
This is a bug that is easy to reproduce:
------------snip---------
% cat > Makefile
all:
@echo hello
^D
% make
hello
% make foo().
% make
make:.:3: not enough arguments
% make all
make:.:4: not enough arguments
------------snip---------
That's it. Now, make is screwed.
This behaviour doesn't show in bash or sh.
Cheers,
Adrien.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author