[4609] in Athena Bugs
vax 6.4R: /usr/athena/lib/init/login
daemon@ATHENA.MIT.EDU (John T Kohl)
Fri Mar 23 08:55:02 1990
Date: Fri, 23 Mar 90 08:54:50 -0500
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System name: lycus
Type and version: CVAXSTAR 6.4R
Display type: SM
What were you trying to do?
Type a two-word response to the "What DISPLAY are you using [default: none]? "
query from /usr/athena/lib/init/login
What's wrong:
The code to validate the response doesn't do it right; a
multiple word response results in this error:
What DISPLAY are you using [default: none]? foo bar
if: Expression syntax.
What should have happened:
The test should detect multiple word responses and deal properly
with them. (just using double quotes is not sufficient, as that can
result in trying a setenv DISPLAY foo bar:0
Please describe any relevant documentation references:
???