summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-10-19 21:08:00 +0000
committerKarl Berry <karl@freefriends.org>2009-10-19 21:08:00 +0000
commit4027c8f6c3d3fc1c505ec9e3081fd390669ee6bb (patch)
treecf1281a44c235951b5c3bd6700da50545c292f0c /Master/tlpkg/installer/install-menu-text.pl
parent345440886a79cd5f760329d59510c8722c9fd424 (diff)
one more
git-svn-id: svn://tug.org/texlive/trunk@15839 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl7
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';