Hi,

On Monday, October 7, 2002, at 12:10 PM, Joel Hacker wrote:
>
> Yes.  First and foremost, though, fix the typo in  
> /usr/share/tcsh/examples/aliases or else terminal will behave "buggy".  
>  The line "if ("$TERM_PROGRAM" == "Apple_Terminal") then" SHOULD be  
> "if ("$?TERM_PROGRAM" == "Apple_Terminal") then" (if this typo doesn't  
> exist for you then it may be that the 10.2.1 update fixed it. Since I  
> fixed this typo myself before the 10.2.1 update was released I don't  
> know wether or not this was fixed in that update, only that the update  
> description says it "fixes an issue with Terminal".). After adding the  
> appropriate "?" (if necessary), type the following lines:

Pay attention: $?TERM_PROGRAM returns either 1 (true) or 0 (false)  
depending if the environment variable $TERM_PROGRAM is defined or not.  
Thus your proposed correction is evaluated always to false. You could  
delete the complete if statement instead or do the right correction as  
documented in the earlier thread:
http://www.mail-archive.com/fink-users@lists.sourceforge.net/ 
msg05310.html

Cheers, 
                Remi


*********************************************************************
Remigius K. Mommsen                 e-mail: [EMAIL PROTECTED]
University of California, Irvine       URL:      home.cern.ch/mommsen
c/o SLAC                             voice:        ++1 (650) 926-3595
2575 Sand Hill Road #35             mobile:        ++1 (650) 387-1402
Menlo Park, CA 94025, US               fax:        ++1 (650) 926-8522
*********************************************************************



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to