opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

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 ---
      7  unix/zipgrep | 1 +
      8  1 file changed, 1 insertion(+)
      9 
     10 diff --git a/unix/zipgrep b/unix/zipgrep
     11 index 69cd6ba..b9d2316 100755
     12 --- a/unix/zipgrep
     13 +++ b/unix/zipgrep
     14 @@ -44,6 +44,7 @@ if test -n "$opt"; then
     15    opt="-$opt"
     16  fi
     17  
     18 +sts=0
     19  status_grep_global=1
     20  IFS='
     21  '
     22 -- 
     23 2.45.2
     24