[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#150142: Patch for gcj -classpath problem



tags 150142 + patch
thanks

Hi.  Below is a small patch that seems to fix the problem.

--- /usr/bin/gcj-wrapper-3.1	Tue Jun  4 01:21:17 2002
+++ gcj-wrapper-3.1	Mon Jun 17 18:20:27 2002
@@ -11,7 +11,12 @@
     fi
 
     case "$arg" in
-    -classpath|-encoding|-bootclasspath|-extdirs)
+    -classpath)
+        new_arg="$new_arg --classpath=$2"
+        ignore=1
+        ;;
+
+    --classpath|-encoding|-bootclasspath|-extdirs)
         new_arg="$new_arg $arg=$2"
         ignore=1
         ;;


-- 
To UNSUBSCRIBE, email to debian-gcc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: