[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] quilt delete -n broken in CVS
From: |
Andreas Gruenbacher |
Subject: |
Re: [Quilt-dev] quilt delete -n broken in CVS |
Date: |
Sat, 21 Jan 2006 19:26:05 +0100 |
User-agent: |
KMail/1.8 |
On Saturday 21 January 2006 10:07, John Vandenberg wrote:
> The following patch addresses the problem. I've included a new error
> message for when pop fails as the current error is deceptively normal.
+elif [ -n "$1" -a "$1" != "$(top_patch)" ]
At this point $1 is not in canonical form, and the comparison may fail. I've
fixed the bug differently in cvs.
Thanks,
Andreas.