Update of /cvsroot/audacity/audacity-src/scripts
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11128

Modified Files:
        pipe-test.pl 
Log Message:
modifying script to work for mac


Index: pipe-test.pl
===================================================================
RCS file: /cvsroot/audacity/audacity-src/scripts/pipe-test.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pipe-test.pl        30 May 2009 04:26:41 -0000      1.1
+++ pipe-test.pl        3 Jun 2009 05:26:30 -0000       1.2
@@ -13,7 +13,11 @@
       $UID = $<;
       $ToSrvName = '/tmp/audacity_script_pipe.to.'.$UID;
       $FromSrvName = '/tmp/audacity_script_pipe.from.'.$UID;
-   } # Mac ??
+   } elsif ($^O eq 'darwin') {
+      $UID = $<;
+      $ToSrvName = '/tmp/audacity_script_pipe.to.'.$UID;
+      $FromSrvName = '/tmp/audacity_script_pipe.from.'.$UID;      
+   }
 
    open( TO_SRV, "+<$ToSrvName" )
       or die "Could not open $ToSrvName";


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to