[7054] in Athena Bugs
decmips 7.1H: /etc/athena/sh_commands_path
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Wed Feb 6 13:18:14 1991
From: klee@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Wed, 06 Feb 91 13:18:05 EST
System name: hodge
Type and version: KN01 7.1H (2 update(s) to same version)
Display type: PM-MONO
What were you trying to do?
Use sendbug.
What's wrong:
/etc/athena/sh_commands_path is a csh script.
What should happened:
/etc/athena/sh_commands_path should be channged (trivially)
to use the bourne shell.
Here is the current sh_commands_path:
#!/bin/csh -b
# Provide a command to eval to provide a shell path for system
# shell files
echo "PATH=/usr/athena:/usr/new:/usr/new/mh:/usr/ucb:/bin:/usr/bin"
exit