This exactly this was the problem !!!

thanks a lot

Roland


Your terminal preferences contain the instruction to run pathsetup. You probably pressed the "Use Settings as Default" in the Terminal when fink had opened the window automatically.


To fix it, open the file com.apple.Terminal.plist in ~/Library/Preferences and remove the entry for ExecutionString which probably reads like:

        <key>ExecutionString</key>
        <string>/sw/bin/pathsetup.command</string>

to this (remove the string value):

        <key>ExecutionString</key>
        <string></string>


Hope this helps.


Darren



------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to