]> git.pld-linux.org Git - packages/gzip.git/commitdiff
- do not 'echo' empty line after every file /try to zgrep multiple files/
authorwrobell <wrobell@pld-linux.org>
Wed, 12 Dec 2001 15:12:36 +0000 (15:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gzip-zgreppipe.patch -> 1.3

gzip-zgreppipe.patch

index 331f48c741188417cb7e8c5a37a3759005b1697b..5fa3ae7f8ae26e1279dbe1065256e1445227c635 100644 (file)
@@ -8,11 +8,10 @@
  for i do
    if test $list -eq 1; then
      gzip -cdfq "$i" | $grep $opt "$pat" > /dev/null && echo $i
-@@ -64,5 +65,7 @@
+@@ -64,5 +65,6 @@
      r=$?
    fi
    test "$r" -ne 0 && res="$r"
-+  echo
  done
 +trap - PIPE
  exit $res
This page took 0.178861 seconds and 4 git commands to generate.