Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Strange effect under 3.1.1
- X-seq: zsh-users 669
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: Strange effect under 3.1.1
- Date: Mon, 3 Feb 1997 21:07:10 +0100 (MET)
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
> When zsh is invoked as "shell" -- or anything else starting with "s" --
> it emulates the POSIX shell.
Yes. I should have mentioned this change, sorry. Now the emulation
mode is determined after examining the first letter of the name used
to invoke zsh. If the first letter is s or b zsh enters sh emulation
mode.. Perhaps p should be added to this list (some systems use psh
for POSIX shell).
If the first letter is k, ksh emulation is turen on.
If the first letter is c, csh emulation options are used, otherwise it
uses native mode.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author