diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-16 17:25:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-16 17:25:00 +0000 |
commit | 9f8aa448ed8e0ba1c85bfabd344008ae5a3c425e (patch) | |
tree | b4ca414a0a217cf48f732f9d095afa319c4f5b4c /Master/tlpkg/TeXLive | |
parent | 5ba006d41ec1cfb0c42fb95c79345bd04025930b (diff) |
(_initialize_lines): ne rather than !=, found by vlomov.
git-svn-id: svn://tug.org/texlive/trunk@19481 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-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 dc8c8d49844..c7b95c1ac4b 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -99,7 +99,7 @@ sub _initialize_lines { my $dn = TeXLive::TLUtils::dirname($entry); add_path_to_tree($self->{'_dirtree'}, split("[/\\\\]", $dn)); push @{$self->{'_filesofdir'}{$dn}}, $fn; - } elsif ($l != ' 1 1 dummy ') { + } elsif ($l ne ' 1 1 dummy ') { tlwarn("Ignoring svn status output line:\n $l\n"); } } |