TERM_PROGRAM: Undefined variable
TERM_PROGRAM: Undefined variable
- Subject: TERM_PROGRAM: Undefined variable
- From: Jutta Wrage <email@hidden>
- Date: Fri, 14 Mar 2003 02:38:55 +0100
Hi!
I tried to get my tcsh enviroment to xterm for a while and gave up
after a while so solve other problems first (getting scrollbar in xterm
et al.)
As I always got the message "TERM_PROGRAM: Undefined variable" this was
another thing to solve. I found something at www.macosxhints.com.
There is a typo in /usr/share/tcsh/examples/aliases. Change the line
that says:
if ("$TERM_PROGRAM" == "Apple_Terminal") then
to:
if ("$?TERM_PROGRAM" == "Apple_Terminal") then
The message was from August last year and somene else answerded the bug
seemed to be fixed with OS X 10.2.1. Did it come back?
As tcsh does not read the .tcshrc due to this bug, it would be fine, if
it was fixed.
Jutta
--
http://www.witch.westfalen.de
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.