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

Bug#161517: -classpath /path/to/some.jar eaten by wrapper script



Package: gij-3.2
Version: 1:3.2.1-0pre2
Severity: normal
Tags: patch

there:[/tmp] gij-wrapper-3.2 -classpath test.jar HelloWorldApp
Hello World!
there:[/tmp] gij-wrapper-3.2 -classpath /tmp/test.jar HelloWorldApp
Usage: gij [OPTION] ... CLASS [ARGS] ...
          to invoke CLASS.main, or
       gij -jar [OPTION] ... JARFILE [ARGS] ...
          to execute a jar file
Try `gij --help' for more information.
zsh: exit 1     gij-wrapper-3.2 -classpath /tmp/test.jar HelloWorldApp



--- /tmp/gij-wrapper-3.2        2002-09-19 14:15:28.000000000 -0400
+++ /usr/bin/gij-wrapper-3.2    2002-09-19 14:15:34.000000000 -0400
@@ -29,7 +29,7 @@
     -*)
        ;;
 
-    [a-z0-9A-Z]*)
+    [a-z0-9A-Z/]*)
        break;;
 
     esac

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux there 2.4.19-686 #1 Thu Aug 8 21:30:09 EST 2002 i686
Locale: LANG=en_US, LC_CTYPE=en_US (ignored: LC_ALL set)

Versions of packages gij-3.2 depends on:
ii  gcc-3.2-base               1:3.2.1-0pre2 The GNU Compiler Collection (base 
ii  libc6                      2.2.5-14.3    GNU C Library: Shared libraries an
ii  libgcc1                    1:3.2.1-0pre2 GCC support library.
ii  libgcj3                    1:3.2.1-0pre2 Java runtime library for use with 
ii  zlib1g                     1:1.1.4-4     compression library - runtime

-- no debconf information


-- 
 - mdz



Reply to: