Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] exec compatibility
- X-seq: zsh-workers 23398
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: [PATCH] exec compatibility
- Date: Sun, 06 May 2007 22:56:34 -0700
- In-reply-to: <20070504130023.df33e042.pws@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20070501002620.GA95730@xxxxxxxxxxxxxxxxxxxx> <20070504130023.df33e042.pws@xxxxxxx>
On May 4, 1:00pm, Peter Stephenson wrote:
}
} This is what I've ended up with for the exec patch.
One thing that rather annoys me about all this is that
zsh% - exec sh
and
zsh% exec - sh
seem no longer to be equivalent. Am I wrong about that?
I'd be inclined to have these -c/-l/-a flags depend on the emulation mode,
or on POSIX_BUILTINS (though they aren't really POSIX, are they?) or on
something else, so that they're not available in default "zsh mode".
(Hmmm: Make them a zmodload -F feature of the zsh/main module ...?)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author