29 Oct
2009
29 Oct
'09
12:23 p.m.
John, If you change "!# /bin/tcsh" to "#! /bin/bash" in that script it will work (did you quote that right BTW? I believe the "#" is supposed to be before the "!"). This is definitely a tcsh bug, not an ssh one. I reported this on this list and to Apple back when SL was released. Cheers, Jamie On 28 Oct 2009, at 5:08 pm, John Koren wrote:
This appears to be a bug related to ssh (perhaps via tcsh).
script: !# /bin/tcsh xterm
runs correctly from Quartz>Applications (i.e., can close the xterm window)
while
script: !# /bin/tcsh xterm -e ssh jpk@localhost
does not allow me to close the xterm window.
-John