diff options
| author | Michael Forney <mforney@mforney.org> | 2025-04-28 13:02:21 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2025-04-28 13:02:21 -0700 |
| commit | ae0c48281c5e9b096ba612c01af8dbccda6d2df2 (patch) | |
| tree | d6a31a5c1cf05af80523d8ddcda7bb497bf9d6b0 /pkg/unzip/patch/0027-zipgrep-Avoid-test-errors-when-no-members-present.patch | |
| parent | 8110e1b440cb28b51ba897f962e2539aa4824e6c (diff) | |
unzip: Update to 6.0-29
Diffstat (limited to 'pkg/unzip/patch/0027-zipgrep-Avoid-test-errors-when-no-members-present.patch')
| -rw-r--r-- | pkg/unzip/patch/0027-zipgrep-Avoid-test-errors-when-no-members-present.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg/unzip/patch/0027-zipgrep-Avoid-test-errors-when-no-members-present.patch b/pkg/unzip/patch/0027-zipgrep-Avoid-test-errors-when-no-members-present.patch new file mode 100644 index 00000000..f1832072 --- /dev/null +++ b/pkg/unzip/patch/0027-zipgrep-Avoid-test-errors-when-no-members-present.patch @@ -0,0 +1,24 @@ +From 765b05298e4959bea8a77295704c9461fa9218d1 Mon Sep 17 00:00:00 2001 +From: Kevin Locke <kevin@kevinlocke.name> +Date: Mon, 28 Apr 2025 12:57:34 -0700 +Subject: [PATCH] zipgrep: Avoid test errors when no members present + +--- + unix/zipgrep | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/unix/zipgrep b/unix/zipgrep +index 69cd6ba..b9d2316 100755 +--- a/unix/zipgrep ++++ b/unix/zipgrep +@@ -44,6 +44,7 @@ if test -n "$opt"; then + opt="-$opt" + fi + ++sts=0 + status_grep_global=1 + IFS=' + ' +-- +2.45.2 + |
