On Wednesday 14 September 2005 14:55, Gary V. Vaughan wrote:
> It's not just Apple's bash :-(  Here is a different workaround that
> might be less contentious (my mailer will almost certainly wrap long
> lines, so you'll need to apply by hand):
>
> Index: quilt-HEAD/scripts/patchfns.in
> ===================================================================
> --- quilt-HEAD.orig/scripts/patchfns.in
> +++ quilt-HEAD/scripts/patchfns.in
> @@ -607,7 +607,8 @@ patch_header()
>   {
>          @AWK@ '
>          $1 == "***" || $1 == "---" \
> -               { exit }
> +               { stop=1 }
> +       stop    { next }
>          /^Index:[ \t]|^diff[ \t]|^==*$|^RCS file: |^retrieving revision
> [0-9]+(\.[0-9]+)*$/ \
>                  { eat = eat $0 "\n"
>                    next }

No way, sorry. We'd need fixes like this all over the place, and reading 
everything would slow quilt down noticably. Reading part of the output of the 
previous process in a pipe and then exiting is such a common and useful 
concept, we really do want to keep using it.

-- Andreas.


_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to