logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0027-zipgrep-Avoid-test-errors-when-no-members-present.patch (500B)


  1. From 765b05298e4959bea8a77295704c9461fa9218d1 Mon Sep 17 00:00:00 2001
  2. From: Kevin Locke <kevin@kevinlocke.name>
  3. Date: Mon, 28 Apr 2025 12:57:34 -0700
  4. Subject: [PATCH] zipgrep: Avoid test errors when no members present
  5. ---
  6. unix/zipgrep | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/unix/zipgrep b/unix/zipgrep
  9. index 69cd6ba..b9d2316 100755
  10. --- a/unix/zipgrep
  11. +++ b/unix/zipgrep
  12. @@ -44,6 +44,7 @@ if test -n "$opt"; then
  13. opt="-$opt"
  14. fi
  15. +sts=0
  16. status_grep_global=1
  17. IFS='
  18. '
  19. --
  20. 2.45.2