[26756] in Athena Bugs
sun4 9.4.23: sunsoft
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Wed Mar 1 18:49:37 2006
Message-Id: <200603012349.k21Nn1Gu027726@dit.mit.edu>
To: bugs@mit.edu
Date: Wed, 01 Mar 2006 18:49:01 -0500
From: Alex T Prengel <alexp@mit.edu>
X-Spam-Score: 1.217
X-Spam-Level: * (1.217)
X-Spam-Flag: NO
Errors-To: bugs-bounces@mit.edu
System name: dit.mit.edu
Type and version: Sun-Blade-100 9.4.23 (with mkserv)
Display type: ifb
Shell: /bin/athena/tcsh
Window manager: metacity
What were you trying to do?
run the old Sun pc Pascal compiler via the attach-and-run script pc
What's wrong:
dit.mit.edu:~ athena% pc
attachandrun: failure to exec pc: No such file or directory
What should have happened:
the obvious..
Please describe any relevant documentation references:
I'm not sure anyone cares, but I think changing the script to:
#!/bin/sh
exec /bin/athena/attachandrun sunsoft_v5.1 pc "$0" "$@"
will fix it.
Alex