[PD-cvs] SF.net SVN: pure-data:[10744] branches/pd-extended/0.41/pd/src/s_inter.c

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Thu Feb 5 23:38:22 CET 2009


Revision: 10744
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10744&view=rev
Author:   eighthave
Date:     2009-02-05 22:38:22 +0000 (Thu, 05 Feb 2009)

Log Message:
-----------
added links to hardcoded wish8.4 shells to the wish_path search for Mac OS X

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 22:04:55 UTC (rev 10743)
+++ branches/pd-extended/0.41/pd/src/s_inter.c	2009-02-05 22:38:22 UTC (rev 10744)
@@ -1048,6 +1048,11 @@
                 "/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/wish8.4",
+                "/sw/bin/wish8.4"
+                "/opt/bin/wish8.4"
+                "/usr/bin/wish8.4"
+                "/usr/local/bin/wish8.4",
                 "/usr/local/bin/wish",
                 "/usr/bin/wish"
             };


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list