Re: Environment variables
Re: Environment variables
- Subject: Re: Environment variables
- From: Doug McNutt <email@hidden>
- Date: Fri, 21 Feb 2003 03:33:36 -0700
My understanding is that the .plist is not executed by any kind of shell. Appending anything to $PATH is unlikely to be recognized as an operation.
I'm sure a whole lot of others would like to have some kind of login script sourced executed when an APPL is opened but it appears that Apple doesn't think that way. A putenv option would be nice.
At 23:22 +0100 2/19/03, kristian ragndahl wrote:
>$ cat .MacOSX/environment.plist
><?xml version="1.0" encoding="UTF-8"?>
><!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
>"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
><plist version="1.0">
><dict>
> <key>NNTPSERVER</key>
> <string>news.cis.dfn.de</string>
> <key>PATH</key>
> <string>$PATH:/usr/local/bin</string>
></dict>
></plist.>
--
Applescript syntax is like English spelling:
Roughly, but not thoroughly, thought through.
_______________________________________________
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.