On Wednesday, September 25, 2002, at 01:08 AM, Pedro Massobrio wrote:
Maybe, this can help:
Welcome to Darwin!
TERM_PROGRAM: Undefined variable.
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
Rgds,
Pedro
