X-Git-Url: https://git.deb.at/w?p=pkg%2Ft-prot.git;a=blobdiff_plain;f=contrib%2Ffilter_innd.pl;h=b7c8c449f792fb215b98ca1ecb75c53ca0f6b5fc;hp=4df4bb9130b8a0ca7b5b3b6a9db24fb1e478808a;hb=HEAD;hpb=f17a7d4e9c876f17294d1bc682ba6998288189f2 diff --git a/contrib/filter_innd.pl b/contrib/filter_innd.pl index 4df4bb9..b7c8c44 100644 --- a/contrib/filter_innd.pl +++ b/contrib/filter_innd.pl @@ -1,4 +1,4 @@ -# $Id: filter_innd.pl,v 1.5 2005/04/15 14:07:11 jochen Exp $ +# $Id: filter_innd.pl,v 1.6 2010/01/05 12:01:13 jochen Exp $ # Copyright (c) 2004-2005 Jochen Striepe # # This file is provided as an example how t-prot can be used for @@ -51,7 +51,7 @@ sub filter_art { print OUT $foo; close OUT; - open(IN, "/usr/bin/t-prot -m -t -p --body --check -i $f|") + open(IN, "/usr/bin/t-prot -m -t -p --body --check=ratio -i $f|") || goto FINISH; $rval = ; close IN;