[5072] in SIPB bug reports
compiled in HOSTTYPEs in /bin/csh and /afs/sipb/project/tcsh/tcsh for linux
daemon@ATHENA.MIT.EDU (mkgray@MIT.EDU)
Fri Dec 2 15:11:50 1994
From: mkgray@MIT.EDU
Date: Fri, 2 Dec 1994 15:11:16 -0500
To: bug-sipb@MIT.EDU
Cc: marc@MIT.EDU
These are wrong:
; env - /afs/sipb/project/tcsh/tcsh
> printenv
SHLVL=1
PWD=/afs/athena.mit.edu/user/m/k/mkgray
LOGNAME=mkgray
USER=mkgray
HOST=quiche-lorraine
HOSTTYPE=^S\201^C
> env - /bin/csh
> printenv
SHLVL=1
PWD=/afs/athena.mit.edu/user/m/k/mkgray
LOGNAME=mkgray
USER=mkgray
HOST=quiche-lorraine
HOSTTYPE=i386-linux
arguably the latter is less wrong than the former, but many people try to just
use HOSTTYPE as a replacement for hosttype when they find hosttype not defined
they then lose when bindir is set to i386-linuxbin instead of linuxbin.
----
greg