mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib osinit.pl,2.7,2.8

2005-06-21 15:11:04
Update of mhonarc/MHonArc/lib
Modified Files:
	osinit.pl 
Log Message:
Set pathsep for MacPerl to "\n".  Python appears to use it for MacOS,
so we'll use it also.


======================================================================
FILE: mhonarc/MHonArc/lib/osinit.pl
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/lib/osinit.pl?rev=2.8>

<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/lib/osinit.pl.diff?r1=2.7&r2=2.8&diff_format=h>
--- osinit.pl	20 Nov 2002 23:53:12 -0000	2.7
+++ osinit.pl	21 Jun 2005 22:10:53 -0000	2.8
@@ -81,5 +81,5 @@
         $MSDOS = 0;  $MACOS = 1;  $UNIX = 0;  $VMS = 0;
         $DIRSEP = ':';  $CURDIR = ':';
-        $PATHSEP = ';';
+        $PATHSEP = "\n";
         fileparse_set_fstype('MacOS');
 


---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS