diff options
author | Norbert Preining <preining@logic.at> | 2009-08-28 10:15:38 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-08-28 10:15:38 +0000 |
commit | 47876ed420256f4a2c52a4af0b0ae53824b7bcb4 (patch) | |
tree | 3302fa7e0548b12fb9ddf3cd905385304f2bdbe4 /Master/install-tl | |
parent | 8765d9be3b6b2dea3cf8f7e5686c560b6f9bb6ea (diff) |
rename option_restricted to option_write18_restricted
git-svn-id: svn://tug.org/texlive/trunk@14911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/install-tl b/Master/install-tl index dbd414d103d..717a1ac1b42 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -911,7 +911,7 @@ EOF # default in texmf/web2c/texmf.cnf is # shell_escape = p # so we write that only if the user *deselected* this option - if (!$vars{"option_restricted"}) { + if (!$vars{"option_write18_restricted"}) { print TMF <<EOF; % Disable system commands via \\write18{...}. Please see % texmf/web2c/texmf.cnf @@ -1156,7 +1156,7 @@ sub load_tlpdb { $vars{'option_sys_bin'} = $tlpdb->option("sys_bin"); $vars{'option_sys_man'} = $tlpdb->option("sys_man"); $vars{'option_sys_info'} = $tlpdb->option("sys_info"); - $vars{'option_restricted'} = $tlpdb->option("restricted"); + $vars{'option_write18_restricted'} = $tlpdb->option("write18_restricted"); # check that the default scheme is actually present, otherwise switch to # scheme-minimal |