diff options
author | Norbert Preining <preining@logic.at> | 2010-05-13 02:09:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-05-13 02:09:33 +0000 |
commit | 57bc1d45c213e7bc568a983bf780917fc11b5104 (patch) | |
tree | 9d864695098fd4410c2783070edc9b22a5b2833f /Master/tlpkg/installer/install-menu-text.pl | |
parent | 05d8944808aeb23ca6c925385cff5e273b522c5c (diff) |
activate write18 installer options
git-svn-id: svn://tug.org/texlive/trunk@18223 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index 2f566f53e3d..788bd9ee937 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -829,9 +829,9 @@ EOF return $command{'self'}; # until secure ... -# } elsif ("\u$answer" eq 'E') { -# toggle 'option_write18_restricted'; -# return $command{'self'}; + } elsif ("\u$answer" eq 'E') { + toggle 'option_write18_restricted'; + return $command{'self'}; } elsif ("\u$answer" eq 'S' and !$vars{'from_dvd'}) { toggle 'option_src'; |