Revision: 10740 http://pure-data.svn.sourceforge.net/pure-data/?rev=10740&view=rev Author: eighthave Date: 2009-02-05 04:47:10 +0000 (Thu, 05 Feb 2009)
Log Message: ----------- it seems that including the Fink and Macports wish paths was doing more harm than good. That feature will have to wait for Pd-devel
Modified Paths: -------------- branches/pd-extended/0.41/pd/src/s_inter.c
Modified: branches/pd-extended/0.41/pd/src/s_inter.c =================================================================== --- branches/pd-extended/0.41/pd/src/s_inter.c 2009-02-05 04:45:56 UTC (rev 10739) +++ branches/pd-extended/0.41/pd/src/s_inter.c 2009-02-05 04:47:10 UTC (rev 10740) @@ -1048,9 +1048,7 @@ "/Applications/Utilities/Wish Shell.app/Contents/MacOS/Wish Shell", "/Applications/Wish.app/Contents/MacOS/Wish", "/Applications/Wish Shell.app/Contents/MacOS/Wish Shell", - "/usr/local/bin/wish", - "/sw/bin/wish", - "/opt/bin/wish", + "/usr/local/bin/wish", "/usr/bin/wish" }; /* this glob is needed so the Wish executable can have the same
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.