remove old line

This commit is contained in:
Rob Vermaas 2012-01-28 20:55:33 +01:00
parent fded9e62af
commit 1c0cd99c3e

View file

@ -233,7 +233,6 @@ sub scmdiff : Chained('api') PathPart('scmdiff') Args(0) {
sub readNormalizedLog {
my ($file) = @_;
my $pipe = (-f "$file.bz2" ? "cat $file | bzip2 -d" : "cat $file") ;
my $pipe = (-f "$file.bz2" ? "cat $file.bz2 | bzip2 -d" : "cat $file") ;
my $res = `$pipe`;