diff options
author | Norbert Preining <preining@logic.at> | 2009-06-02 11:27:55 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-06-02 11:27:55 +0000 |
commit | ae2b59f49626335b321392d485495ffaf292a956 (patch) | |
tree | 55b934a23f50074afbc05f394753dcf9c0c04792 /Master/tlpkg/bin/check-tlnet-consistency | |
parent | 623e43d956decd9e091d8b8b994c7b267f3ae98c (diff) |
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
Diffstat (limited to 'Master/tlpkg/bin/check-tlnet-consistency')
-rwxr-xr-x | Master/tlpkg/bin/check-tlnet-consistency | 13 |
1 files changed, 6 insertions, 7 deletions
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"; + } + } } |