bug-gzip
[Top][All Lists]
Advanced

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

Re: [Patch] Fix old 'tail +' syntax in gzexe.in


From: Paul Eggert
Subject: Re: [Patch] Fix old 'tail +' syntax in gzexe.in
Date: Mon, 27 Nov 2006 16:46:33 -0800
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Matthew Burgess <address@hidden> writes:

> A simple grep shows the following two occurrences of the old syntax
> still exist though:
>
> gzexe.in:if tail +$skip "$0" | "BINDIR"/gzip -cd > "$gztmp"; then
> gzexe.in:    if $tail +$skip "$i" | gzip -cd > $tmp; then

I don't see how the bug could occur.  The first line is not executed
directly, but is subjected to sed "s|^if tail|if $tail|".  For the
second line, "$tail" should expand to something ending in "-n".

Are you sure those instances are actually bugs?  That is, did you test
it, and reproduce the bug?




reply via email to

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