patch to example java wrapper

Robert Bihlmeyer (robbe@orcus.priv.at)
06 Jan 1998 15:29:20 +0100


--Multipart_Tue_Jan__6_15:29:20_1998-1
Content-Type: text/plain; charset=US-ASCII

Hi,

I had to patch the java wrapper script given in
Documentation/binfmt_misc.txt as follows, to make passing special
characters as parameters possible (otherwise bash expands "*" et al):

--Multipart_Tue_Jan__6_15:29:20_1998-1
Content-Type: text/plain; charset=US-ASCII

Index: linux/Documentation/binfmt_misc.txt
===================================================================
RCS file: /usr/src/cvs/linux/Documentation/binfmt_misc.txt,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 binfmt_misc.txt
*** binfmt_misc.txt 1997/12/02 17:48:44 1.1.1.1
--- binfmt_misc.txt 1998/01/06 14:24:01
***************
*** 120,126 ****
PATH=$FOO

shift
! /usr/local/java/bin/java $CLASSN $@
====================== Cut here ===================

To add a Java program to your path best put a symbolic link to the main
--- 120,126 ----
PATH=$FOO

shift
! /usr/local/java/bin/java $CLASSN "$@"
====================== Cut here ===================

To add a Java program to your path best put a symbolic link to the main

--Multipart_Tue_Jan__6_15:29:20_1998-1
Content-Type: text/plain; charset=US-ASCII

Robbe

-- 
Robert Bihlmeyer	reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>	<http://stud2.tuwien.ac.at/~e9426626/sig.html>

--Multipart_Tue_Jan__6_15:29:20_1998-1--