From a1e0eed861cf18b043107f50823a9a498347d89f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 8 Feb 2000 11:02:23 +0000 Subject: zsh-workers/9617 --- Src/init.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index efb4ce778..d3b52845f 100644 --- a/Src/init.c +++ b/Src/init.c @@ -659,17 +659,8 @@ setupvals(void) mypid = (zlong) getpid(); term = ztrdup(""); - /* The following variable assignments cause zsh to behave more * - * like Bourne and Korn shells when invoked as "sh" or "ksh". * - * NULLCMD=":" and READNULLCMD=":" */ - - if (emulation == EMULATE_KSH || emulation == EMULATE_SH) { - nullcmd = ztrdup(":"); - readnullcmd = ztrdup(":"); - } else { - nullcmd = ztrdup("cat"); - readnullcmd = ztrdup("more"); - } + nullcmd = ztrdup("cat"); + readnullcmd = ztrdup("more"); /* We cache the uid so we know when to * * recheck the info for `USERNAME' */ -- cgit 1.4.1