[comp.sys.mac.programmer] Bug in MPW Shell 2.0.2

norbert@iraul1.ira.uka.de (Norbert Lindenberg) (05/14/88)

Today I found a bug in MPW Shell 2.0.2:

The "Open" command does not open a file read-only if the -r option is
used in conjunction with the -t option. "Open -r -t myFile" opens the
file as target window, but lets the user modify the file. Rewriting
"Open -r -t myFile" as "Open -r myFile; Open -t myFile" works, but
causes unnecessary window movements.

-- Norbert