[PD-cvs] SF.net SVN: pure-data: [10051] trunk/extensions/xgui

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Thu Jun 19 15:54:38 CEST 2008


Revision: 10051
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10051&view=rev
Author:   zmoelnig
Date:     2008-06-19 06:54:38 -0700 (Thu, 19 Jun 2008)

Log Message:
-----------
fixed svn:executable flag;
use env-var PD for determining which pd to use in pdx

Modified Paths:
--------------
    trunk/extensions/xgui/pdx.sh

Property Changed:
----------------
    trunk/extensions/xgui/main/pdx_connect.pd


Property changes on: trunk/extensions/xgui/main/pdx_connect.pd
___________________________________________________________________
Name: svn:executable
   - *

Modified: trunk/extensions/xgui/pdx.sh
===================================================================
--- trunk/extensions/xgui/pdx.sh	2008-06-19 13:52:40 UTC (rev 10050)
+++ trunk/extensions/xgui/pdx.sh	2008-06-19 13:54:38 UTC (rev 10051)
@@ -1,6 +1,9 @@
 #!/bin/sh
+if test "x${PD}" = "x"; then
+ PD=../bin/pd
+fi
 ./bin/xgui.sh &
-../bin/pd -open ./main/pdx_connect.pd \
+${PD} -open ./main/pdx_connect.pd \
  -path ./main/ \
  -path ./adapters_in \
  -path ./adapters_out \


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