From 9f8aa448ed8e0ba1c85bfabd344008ae5a3c425e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 16 Jul 2010 17:25:00 +0000 Subject: (_initialize_lines): ne rather than !=, found by vlomov. git-svn-id: svn://tug.org/texlive/trunk@19481 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLTREE.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive/TLTREE.pm') 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"); } } -- cgit v1.2.3