summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-ctan-mirrors
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-15 23:05:44 +0000
committerKarl Berry <karl@freefriends.org>2011-09-15 23:05:44 +0000
commit416718435b6963f206724e2a113686cb39e2ce8c (patch)
tree3a985ade3dfd25aac6e65d3f59c0d66136639bbb /Master/tlpkg/bin/tl-update-ctan-mirrors
parentbfc1a54f84ab85290d6277e6a52ea42f904818d7 (diff)
sync
git-svn-id: svn://tug.org/texlive/trunk@23970 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-ctan-mirrors')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-ctan-mirrors1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-ctan-mirrors b/Master/tlpkg/bin/tl-update-ctan-mirrors
index 88f7fdb76ee..01c64bd4ac2 100755
--- a/Master/tlpkg/bin/tl-update-ctan-mirrors
+++ b/Master/tlpkg/bin/tl-update-ctan-mirrors
@@ -23,6 +23,7 @@ sub main {
my %good_urls = read_mstate($ARGV[1]);
my %ctan_sites = read_readme_mirror($ARGV[0], \%good_urls);
$Data::Dumper::Indent = 1;
+ $Data::Dumper::Sortkeys = 1; # stable output
print Data::Dumper->Dump([\%ctan_sites], [qw(mirrors)]);
return 0;