>>>>> "Sascha" == Sascha Brawer <[EMAIL PROTECTED]> writes:

Sascha> How did you apply this patch?

Bogusly, it appears :-/.

I use the appended script to grab patches from web pages.  This messed
up the html in the comments, I'm afraid.  Sorry about that.

Tom


#! /bin/sh

# Usage: wpatch URL
# Download URL and prep for patching.

url=$1

wget -O- $url | recode HTML..UTF-8 | fixpatch | clcleanup


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to