diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-10-07 12:09:03 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-10-07 12:09:03 +0000 |
commit | e4cc881b7a811d177c6e95d494a505d20036969d (patch) | |
tree | bf40557a5249e6c90a77c8104e9db18c1c5a96a5 | |
parent | bd6d7e8aec8f17e431eeb83e77f8844c446de5fb (diff) |
Get rid of a spurious warning.
git-svn-id: svn://tug.org/texlive/trunk@15668 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index 35f88745932..a3e46df2d6b 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -90,7 +90,7 @@ sub _initialize_lines { my $dn = TeXLive::TLUtils::dirname($entry); add_path_to_tree($self->{'_dirtree'}, split("[/\\\\]", $dn)); push @{$self->{'_filesofdir'}{$dn}}, $fn; - } else { + } elsif ($l != ' 1 1 dummy ') { tlwarn("Ignoring svn status output line:\n $l\n"); } } |