remove old line
This commit is contained in:
parent
fded9e62af
commit
1c0cd99c3e
|
@ -233,7 +233,6 @@ sub scmdiff : Chained('api') PathPart('scmdiff') Args(0) {
|
||||||
|
|
||||||
sub readNormalizedLog {
|
sub readNormalizedLog {
|
||||||
my ($file) = @_;
|
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 $pipe = (-f "$file.bz2" ? "cat $file.bz2 | bzip2 -d" : "cat $file") ;
|
||||||
my $res = `$pipe`;
|
my $res = `$pipe`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue