summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-04-16 02:13:59 +0000
committerNorbert Preining <preining@logic.at>2017-04-16 02:13:59 +0000
commit5913c85040504aee4109a34aaad42020b7feff38 (patch)
treeb9ea6f666d6789da69f4255a3fa66e5e058e4915 /Master/install-tl
parent20c5211b4f08b5ef8c549a16c8c60190ba45e8ee (diff)
add TODO that we should respect backward compatibility
git-svn-id: svn://tug.org/texlive/trunk@43830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 7d701c68d9d..d3e1a16fcaf 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -1842,6 +1842,11 @@ sub read_profile {
next;
}
}
+ #
+ # TODO
+ # for backward compatibility, check for name changes of options
+ #
+ #
# if there are still keys in the %pro array, some unknown keys have
# been written in the profile, bail out
if (my @foo = keys(%pro)) {