summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-04-16 02:13:01 +0000
committerNorbert Preining <preining@logic.at>2017-04-16 02:13:01 +0000
commite5850974f8685e99c3164638a17bea64b18deade (patch)
treec0783e4ab8a4baa7c015ad01b80ca08695c7013d /Master/tlpkg/installer/install-menu-perltk.pl
parent80b170661b7b5abc3ea0f8264c965faac6374a7d (diff)
rename option_adjustrepo to adjustrepo only
the option_ prefix is reserved for those values that can also be set in the tlpdb, but not for purely install-tl options. Fix that. git-svn-id: svn://tug.org/texlive/trunk@43822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index af465638057..14606b03bf0 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -137,7 +137,7 @@ sub setup_perltk_local_strings {
$adminallyesno = $::yesno[$vars{'option_w32_multi_user'}];
$docyesno = $::yesno[$vars{'option_doc'}];
$restrictedyesno = $::yesno[$vars{'option_write18_restricted'}];
- $adjustrepoyesno = $::yesno[$vars{'option_adjustrepo'}];
+ $adjustrepoyesno = $::yesno[$vars{'adjustrepo'}];
}
sub menu_abort {
@@ -604,7 +604,7 @@ Please select a different mirror.',
-text => __("Toggle"),
-command => sub {
toggle_and_set_opt_variable(
- \$vars{'option_adjustrepo'}, \$adjustrepoyesno); })
+ \$vars{'adjustrepo'}, \$adjustrepoyesno); })
->grid(-row => $row, -column => 3, -sticky => "ew", -padx => "2m");
}