diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index d28d3c5e0b4..7bbbf5175c0 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -827,9 +827,10 @@ EOF toggle 'option_fmt'; return $command{'self'}; - } elsif ("\u$answer" eq 'E') { - toggle 'option_write18_restricted'; - return $command{'self'}; +# until secure ... +# } elsif ("\u$answer" eq 'E') { +# toggle 'option_write18_restricted'; +# return $command{'self'}; } elsif ("\u$answer" eq 'S' and !$vars{'from_dvd'}) { toggle 'option_src'; |