summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-01 11:38:53 +0000
committerNorbert Preining <preining@logic.at>2008-05-01 11:38:53 +0000
commit58cecd11dfec30518da026ffcc7e3fe898631b15 (patch)
treeeae662ac054d47e2a733bc7b17f72701488e6366 /Master/tlpkg/TeXLive/TLPOBJ.pm
parent86590e739b3fdef3561855bb3229be4936848181 (diff)
small change
git-svn-id: svn://tug.org/texlive/trunk@7776 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index 01802aa1964..3b35a617412 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -317,7 +317,7 @@ sub writeout {
}
}
# writeout all the catalogue keys
- foreach my $k (keys %{$self->cataloguedata}) {
+ foreach my $k (sort keys %{$self->cataloguedata}) {
print $fd "catalogue-$k ", $self->cataloguedata->{$k}, "\n";
}
}