tag 558989 - patch
thanks

Hi Jiri,

On Sat, Feb 20, 2010 at 02:30:49PM +0100, Jiri Palecek wrote:
> This is probably just an oversight, but it does not; this part:
> 
> +               (stat (f2, &b2) != 0 &&
> +                b1.st_mtime < b2.st_mtime));
> 
> should in fact be
> 
> +               (stat (f2, &b2) != 0 ||
> +                b1.st_mtime < b2.st_mtime));

Oops, you're right.  Thanks for catching that.  Unfortunately, that's
not sufficient to make dash match the Korn shell documentation (e.g.,
if file2 exists but file1 does not).

While creating a patch to make it do so isn't difficult, I'm not sure
which behavior is desired, so I'm removing the patch tag until that's
decided.

-- 
Matt                                            http://ftbfs.org/kraai



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to