On 3/26/19 5:41 AM, Jakub Martisko wrote:
> the skip value in gzexe seems to be wrong since the [1] commit.
>
> [1]: 
> http://git.savannah.gnu.org/cgit/gzip.git/commit/?id=63aa2268a5abfed0116d04bbe3952e4a753af91d
>
Thanks, I installed the attached to fix it. Pretty fragile script, if
you ask me, but now's not the time to redo the plumbing....

>From 21033c04ffda821e462fe773e86c16547cae0a31 Mon Sep 17 00:00:00 2001
From: Paul Eggert <egg...@cs.ucla.edu>
Date: Tue, 26 Mar 2019 19:44:43 -0700
Subject: [PATCH] gzexe: fix count of lines to skip

Problem reported by Jakub Martisko (Bug#35002).
* gzexe.in (skip): Bump from 44 to 49.
---
 gzexe.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gzexe.in b/gzexe.in
index 8fca8c8..832cd07 100644
--- a/gzexe.in
+++ b/gzexe.in
@@ -145,7 +145,7 @@ for i do
   if test $decomp -eq 0; then
     (cat <<'EOF' &&
 #!/bin/sh
-skip=44
+skip=49
 
 tab='	'
 nl='
-- 
2.20.1

Reply via email to