mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
472 B

  1. --- gzip-1.2.4/zforce.in.sopwith Thu Feb 3 18:06:30 2000
  2. +++ gzip-1.2.4/zforce.in Thu Feb 3 18:07:37 2000
  3. @@ -25,7 +25,7 @@
  4. test `expr "$i" : '.*[.-]gz$'` -eq 0 || continue
  5. test `expr "$i" : '.*[.]t[ag]z$'` -eq 0 || continue
  6. - if gzip -lv < "$i" 2>/dev/null | grep '^defl' > /dev/null; then
  7. + if gzip -l < "$i" 2>/dev/null | grep '^compressed' > /dev/null; then
  8. if test `expr "$i" : '^............'` -eq 12; then
  9. new=`expr "$i" : '\(.*\)...$`.gz