SOURCES: bzip2-bzgrep.patch - variable replace not supported by pd...
glen
glen at pld-linux.org
Wed Jun 14 12:38:09 CEST 2006
Author: glen Date: Wed Jun 14 10:38:09 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- variable replace not supported by pdksh, make bzgrep bash script
---- Files affected:
SOURCES:
bzip2-bzgrep.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/bzip2-bzgrep.patch
diff -u SOURCES/bzip2-bzgrep.patch:1.1 SOURCES/bzip2-bzgrep.patch:1.2
--- SOURCES/bzip2-bzgrep.patch:1.1 Tue Jun 13 23:36:15 2006
+++ SOURCES/bzip2-bzgrep.patch Wed Jun 14 12:38:03 2006
@@ -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 at fifi.org> for Debian GNU/Linux.
@@ -63,7 +63,11 @@
bzip2 -cdfq "$i" | $grep $opt "$pat"
r=$?
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/bzip2-bzgrep.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list