From ae2b59f49626335b321392d485495ffaf292a956 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 2 Jun 2009 11:27:55 +0000 Subject: write a relocated .tlpobj file into the container, and reactivate the file checking in check-tlnet-consistency git-svn-id: svn://tug.org/texlive/trunk@13575 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-tlnet-consistency | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Master/tlpkg/bin/check-tlnet-consistency') diff --git a/Master/tlpkg/bin/check-tlnet-consistency b/Master/tlpkg/bin/check-tlnet-consistency index 045253382d7..56b7f8527d2 100755 --- a/Master/tlpkg/bin/check-tlnet-consistency +++ b/Master/tlpkg/bin/check-tlnet-consistency @@ -196,13 +196,12 @@ sub main print "$p\n"; } } -# xx every RELOC change shows up. don't understand. -# for my $pkg (keys %filedifferrors) { -# print "file differences in $pkg:\n"; -# for my $l (@{$filedifferrors{$pkg}}) { -# print " $l\n"; -# } -# } + for my $pkg (keys %filedifferrors) { + print "file differences in $pkg:\n"; + for my $l (@{$filedifferrors{$pkg}}) { + print " $l\n"; + } + } } -- cgit v1.2.3