[libinline-java-perl] 316/398: remove SUB_FIX_CMD_QUOTES which broke Java when J2SDK dir was in a dir with spaces in the name

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:18 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 2db87bb0566343f2f4ed233d1be37c9d0a4b733a
Author: patrick_leb <>
Date:   Tue Apr 20 18:55:58 2004 +0000

    remove SUB_FIX_CMD_QUOTES which broke Java when J2SDK dir was in a dir with
    spaces in the name
---
 Java/Portable.pm | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/Java/Portable.pm b/Java/Portable.pm
index b268419..4714561 100644
--- a/Java/Portable.pm
+++ b/Java/Portable.pm
@@ -182,11 +182,16 @@ sub portable {
 				$val = qq{"$val"} ;
 				return $val ;
 			}),
-			SUB_FIX_MAKE_QUOTES	=>	sub {
-				my $val = shift ;
-				$val = qq{"$val"} ;
-				return $val ;
-			},
+
+# Can't remember what this was supposed to fix, but it breaks
+# when there are spaces in the J2SDK directory...
+#
+#			SUB_FIX_MAKE_QUOTES	=>	sub {
+#				my $val = shift ;
+#				$val = qq{"$val"} ;
+#				return $val ;
+#			},
+#
 			PRE_WHOLE_ARCHIVE	=>  '',
 			POST_WHOLE_ARCHIVE	=>  '',
 		},

-- 
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