Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] correct typo on noglob in sh/ksh emulation set
- X-seq: zsh-workers 34935
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] correct typo on noglob in sh/ksh emulation set
- Date: Sun, 19 Apr 2015 09:32:08 -0700
- In-reply-to: <20150419063958.GC2759@localhost.localdomain>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150417234829.GA7296@localhost.localdomain> <20150418201502.1e7e5fa6@ntlworld.com> <20150419063958.GC2759@localhost.localdomain>
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
%
Messages sorted by:
Reverse Date,
Date,
Thread,
Author