gzip: update fix-gzexe.patch

This commit is contained in:
Lucinda May Phipps 2021-09-04 23:46:11 +01:00 committed by GitHub
parent f2ba2e963d
commit 35f3fe82d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ diff -uNr gzip-1.9/gzexe.in gzip-1.9.mod/gzexe.in
if test $decomp -eq 0; then
(cat <<'EOF' &&
-#!/bin/sh
-skip=44
-skip=49
+#!@TERMUX_PREFIX@/bin/sh
+skip=50
+set -e