From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5170A3851C00; Sun, 17 May 2020 12:39:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5170A3851C00 From: "mark at klomp dot org" To: bzip2-devel@sourceware.org Subject: [Bug bzip2/25164] bzgrep no longer handles multiple archives Date: Sun, 17 May 2020 12:39:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: bzip2 X-Bugzilla-Component: bzip2 X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: bzip2-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bzip2-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2020 12:39:27 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25164 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #2 from Mark Wielaard --- Hi Bill, Could you give some more information about your setup? Which system are you running this on? What does /bin/sh point to? It does seem to work for me as intended: $ ~/src/bzip2/bzgrep foo /tmp/bar{0,1,2,3}.bz2 /tmp/bar0.bz2:foo /tmp/bar1.bz2:foo /tmp/bar2.bz2:foo /tmp/bar3.bz2:foo That is on both a system that has /bin/sh point to bash and on one that has /bin/sh point to dash. Thanks, Mark --=20 You are receiving this mail because: You are on the CC list for the bug.=