Re: TERM_PROGRAM: Undefined variable.
Re: TERM_PROGRAM: Undefined variable.
- Subject: Re: TERM_PROGRAM: Undefined variable.
- From: Eugene Lee <email@hidden>
- Date: Tue, 14 Jan 2003 01:44:47 -0600
- Mail-followup-to: email@hidden
On Tue, Jan 14, 2003 at 08:00:44AM +0100, Martin Costabel wrote:
:
: Dave Schroeder wrote:
: >
: >In /usr/share/tcsh/examples/aliases, change
: >
: >if ("$TERM_PROGRAM" == "Apple_Terminal") then
: >
: >to
: >
: >if ("$?TERM_PROGRAM" == "Apple_Terminal") then
:
: While this eliminates the error message, it does not fix the bug. You
: could just as well remove the 3 lines in question, because the condition
: you write is never satisfied: $?TERM_PROGRAM only takes the two values 0
: and 1.
Yet another reason to avoid csh and its derivatives like the plague...
--
Eugene Lee
email@hidden
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe: http://www.lists.apple.com/mailman/listinfo/x11-users
Do not post admin requests to the list. They will be ignored.