Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] correct typo on noglob in sh/ksh emulation set
On Sun, Apr 19, 2015 at 09:32:08AM -0700, Bart Schaefer wrote:
> On Apr 19, 2:39pm, Han Pingtian wrote:
> }
> } > in which case -f is correct. -F is the zsh
> } > standard, which is up at line 2480.
> }
> } Got it and thanks. sh/ksh emulation set only works when shoptionletters
> } is being set ...
>
> Yes.
>
> % ARGV0=ksh Src/zsh -f
> $ echo *
> *
> $ exit
> % ARGV0=ksh Src/zsh -F
> ksh: bad option: -F
> %
Thanks. Now I know We can trigger ksh emulation this way ...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author