diff options
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index 788bd9ee937..f3099d1b1a7 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -699,7 +699,7 @@ sub options_menu { my $b_deskint=button($vars{'option_desktop_integration'}); my $b_admin=button($vars{'option_w32_multi_user'}); my $b_addoneditor=button($vars{'collection-texworks'}); - my $b_restricted = button($vars{'option_write18_restricted'}); + my $b_restricted=button($vars{'option_write18_restricted'}); my $sys_bin=$vars{'option_sys_bin'}; my $sys_man=$vars{'option_sys_man'}; @@ -720,9 +720,9 @@ sub options_menu { print <<"EOF"; <P> use letter size instead of A4 by default: $b_letter + <E> execution of restricted list of programs: $b_restricted <F> create format files: $b_fmt EOF -# until secure ... <E> execution of restricted list of programs: $b_restricted ; if ($vars{'doc_splitting_supported'} and !$vars{'from_dvd'}) { print " <D> install font/macro doc tree: $b_doc\n"; @@ -828,7 +828,6 @@ EOF toggle 'option_fmt'; return $command{'self'}; -# until secure ... } elsif ("\u$answer" eq 'E') { toggle 'option_write18_restricted'; return $command{'self'}; @@ -887,7 +886,7 @@ sub main_menu { my $b_deskint=button($vars{'option_desktop_integration'}); my $b_admin=button($vars{'option_w32_multi_user'}); my $b_addoneditor=button($vars{'collection-texworks'}); - my $b_restricted = button($vars{'option_write18_restricted'}); + my $b_restricted=button($vars{'option_write18_restricted'}); my $warn_nobin; @@ -984,9 +983,9 @@ EOF print <<"EOF"; <O> options: $b_letter use letter size instead of A4 by default + $b_restricted allow execution of restricted list of programs via \\write18 $b_fmt create all format files EOF -# until secure ... $b_restricted allow execution of restricted list of programs via \\write18 if (!$vars{'from_dvd'}) { if ($vars{'doc_splitting_supported'}) { |