commit 60cca8fb794b11b7b8b9585c819d6c202dc27b51 parent 5f68563a185ce90da19252a8fa4d51043290dc3f Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sat, 15 Dec 2012 23:38:52 +0100 no indent master Diffstat:
length.pl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/length.pl b/length.pl @@ -7,7 +7,7 @@ my $i; while (<>) { chop; - if (/^([^ ]*)( [^\/].*)$/) { + if (/^([^ ]*)( [^\/].*)$/ and not /^MASTER/) { #for ($i = 0; $i < $offset; $i++) { # print " "; #}