Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Incompatibility in zsh-3.0-pre3 ?
- X-seq: zsh-users 294
- From: jarausch@xxxxxxxxxxxxxxxxxxx (Helmut Jarausch)
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Incompatibility in zsh-3.0-pre3 ?
- Date: Mon, 15 Jul 1996 10:06:47 +0200
Previous version of ZSH (seem to) admit the syntax
function cp(){
gcp -ip $@}
Now this is reported as error.
Changing it to
function cp(){
gcp -ip $@
}
is OK. Is this a buglet in zsh-3.0-pre3 or a feature?
Regards,
Helmut Jarausch.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author