Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] correct typo on noglob in sh/ksh emulation set



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