[libinline-java-perl] 159/398: Fix cygwin CLASSPATH

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:42:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit 026536d52dec8efa803b5d5905c352e746089c6d
Author: patrick_leb <>
Date:   Tue Jan 29 15:01:35 2002 +0000

    Fix cygwin CLASSPATH
---
 Java.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Java.pm b/Java.pm
index becf9c7..0736e2c 100644
--- a/Java.pm
+++ b/Java.pm
@@ -653,7 +653,7 @@ sub set_classpath {
 			my $path = File::Spec->catdir($dir, $m) ;
 			Inline::Java::Portable::mkpath($o, $path) ;
 
-			$paths{$path} = 1 ;
+			$paths{portable("SUB_FIX_CLASSPATH", $path)} = 1 ;
 		}
 
 		join($sep, keys %paths) ;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list