[1342] in testers

home help back first fref pref prev next nref lref last post

Re: vax 7.2C: /bin/csh

daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Dec 5 13:34:52 1990

Date: Wed, 5 Dec 90 13:34:27 -0500
To: John T Kohl <jtkohl@MIT.EDU>
Cc: testers@MIT.EDU
In-Reply-To: John T Kohl's message of Tue, 4 Dec 90 22:29:06 -0500,
From: Richard Basch <probe@MIT.EDU>


   Date: Tue, 4 Dec 90 22:29:06 -0500
   From: John T Kohl <jtkohl@MIT.EDU>
   X-Us-Snail: MIT Room E40-300, 1 Amherst St., Cambridge, MA 02139 USA

   System name:		lycus
   Type and version:	CVAXSTAR 7.2C
   Display type:		SM

   What were you trying to do?
   	set home=`pwd`

   What's wrong:
   	This worked in 7.1H; it fails now:

   Script started on Tue Dec  4 22:25:36 1990
   [{1}lycus:~]
   % tail -1 /etc/version
   Athena Server (VS3100) Version 7.2C Mon Dec  3 08:06:50 EST 1990
   [{1}lycus:~]
   % pwd
   /afs/athena.mit.edu/user/j/jtkohl
   [{1}lycus:~]
   % echo `pwd`
   /afs/athena.mit.edu/user/j/jtkohl
   [{1}lycus:~]
   % set home=`pwd`
   set: $home must begin with '/'.
   [{1}lycus:~]
   % cat /mnt/.rvdinfo
   Athena RVD (VAX) Version 7.1H Mon Oct 14 12:14:12 EDT 1990
   [{1}lycus:~]
   % /mnt/bin/csh -f
   % echo `pwd`
   /afs/athena.mit.edu/user/j/jtkohl
   % set home=`pwd`
   % [eof]
   [{1}lycus:~]
   % echo $SHELL
   /bin/csh
   [{1}lycus:~]
   % 

   Script done on Tue Dec  4 22:26:44 1990

   What should have happened:
   	the set should have worked.  In particular, the paranoia should
   evaluate the `pwd` first.

   Please describe any relevant documentation references:
   	csh(1)

The patch from changes.72#155 has been backed out...
Breaking functionality is not acceptable.

Fixed with 7.2E.

-Richard

home help back first fref pref prev next nref lref last post