libtool
[Top][All Lists]
Advanced

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

Re: Please re-submit Cygwin patch


From: Tom Tromey
Subject: Re: Please re-submit Cygwin patch
Date: 19 Oct 2002 14:54:25 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> "Bob" == Bob Friesenhahn <address@hidden> writes:

Bob> This may be because the mail archive is in HTML format, and
Bob> saving to text makes it subject to the formatting whims of my
Bob> browser.  I also saved directly to HTML but that actually did
Bob> worse.

FWIW: I find the appended script useful for applying patches from web
archives.  `fixpatch' and `clcleanup' are optional; you can find them
in Alexandre Oliva's cvsutils.

Tom

#! /bin/sh

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

url=$1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]