]> git.pld-linux.org Git - packages/bzip2.git/commitdiff
- variable replace not supported by pdksh, make bzgrep bash script auto/ac/bzip2-1_0_3-5
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Jun 2006 10:38:03 +0000 (10:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzip2-bzgrep.patch -> 1.2

bzip2-bzgrep.patch

index 38b4f81f44fc355c4326d05aeeed9a55c3952b24..b8415c63cce5185bb60956eec2723a9910c35782 100644 (file)
@@ -1,5 +1,11 @@
 --- bzip2-1.0.2/bzgrep.flaw    2005-06-07 13:43:01.000000000 +0200
 +++ bzip2-1.0.2/bzgrep 2005-06-07 14:07:50.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # Bzgrep wrapped for bzip2, 
+ # adapted from zgrep by Philippe Troin <phil@fifi.org> for Debian GNU/Linux.
 @@ -63,7 +63,11 @@
      bzip2 -cdfq "$i" | $grep $opt "$pat"
      r=$?
This page took 0.032123 seconds and 4 git commands to generate.