[2872] in Athena Bugs
path not being set correctly
daemon@ATHENA.MIT.EDU (Ron M. Hoffmann)
Tue Aug 15 09:22:15 1989
From: hoffmann@BITSY.MIT.EDU (Ron M. Hoffmann)
Date: Tue, 15 Aug 89 09:21:56 -0400
To: bugs@ATHENA.MIT.EDU
The following exerpt from the standard .cshrc indicates that I should
have ~/${hosttype}bin in my path but when I type echo $path, it isn't
there:
set path=( . ~/${hosttype}bin /srvd/patch /usr/athena \
/bin/athena /usr/bin/X /usr/new /usr/new/mh/bin \
/usr/ucb /bin /usr/bin /usr/ibm )
.cshrc file rcs header:
# Prototype user .cshrc file
# $Author: probe $
# $Source: /paris/source/4.3/prototype/RCS/.cshrc,v $
# $Header: /paris/source/4.3/prototype/RCS/.cshrc,v 1.12 89/08/09 18:44:11 probe Exp $
-Ron
ps: .cshrc.mine does not contain any path modifications but my .path contains
the following:
set path = ( $path /mit/ls/bin${hosttype} )
set path = ( $path /mit/sipb/$bindir )
-rmh