[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [PATCH] 'patches' broken in 0.37
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] [PATCH] 'patches' broken in 0.37 |
Date: |
Mon, 08 Nov 2004 14:25:22 +0100 |
Hello,
On Tue, 2004-11-02 at 20:51, Brent Casavant wrote:
> It appears that a shell variable wasn't being dereferenced, causing
> the output of all 'quilt patch' commands to be a set of lines (one
> per applicable patch), that simply read:
>
> --- cut here ---
> patch
> --- cut here ---
>
> Thanks,
> Brent Casavant
>
> Index: quilt/patches.in
> ===================================================================
> --- quilt/patches.in 17 Oct 2004 20:58:42 -0000 1.15
> +++ quilt/patches.in 2 Nov 2004 19:47:17 -0000
> @@ -45,7 +45,7 @@
> do
> if [ -f "$QUILT_PC/$patch/$file" ]
> then
> - echo "$prefix$(print_patch patch)"
> + echo "$prefix$(print_patch $patch)"
> fi
> done
> }
> @@ -61,7 +61,7 @@
> if touched_by_patch $(patch_strip_level $patch) $patch \
> | grep -q "^$file_bre\$"
> then
> - echo "$prefix$(print_patch patch)"
> + echo "$prefix$(print_patch $patch)"
> fi
> done
> }
Indeed, another mess-up. Fixed now.
Thanks,
--
Andreas Gruenbacher <address@hidden>
SUSE Labs, SUSE LINUX AG