Patch: fix fastjar -C

Per Bothner per@bothner.com
Sat Feb 23 13:45:00 GMT 2002


Anthony Green wrote:
> jar was complaining that -C is an unrecognized option.  This appears
> to fix.

I just ran into the same bug, and a similar patch (attached - but
including some other stuff).

The difference is that my patch handles '-C DIR' as a unit, rather
than just handling '-C'.  Either should work, as long as DIR doesn't
start with a '-'.  I think the way I did it is probably cleaner, though.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: jartool.patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20020223/3985f868/attachment.ksh>


More information about the Gcc-patches mailing list