summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-04-12 01:34:09 +0000
committerNorbert Preining <preining@logic.at>2016-04-12 01:34:09 +0000
commit0dfeb54e3aa0bb72adcdb896524d344dbe16c867 (patch)
tree8f741901dd59f1adb42e0e46d6f741f4c3b03dde /Master/texmf-dist
parentdd8704f13b0ef5fda3041cb07bdfc713158e958c (diff)
remove duplicate set of global options
git-svn-id: svn://tug.org/texlive/trunk@40421 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl16
1 files changed, 0 insertions, 16 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 48ec3e58051..ef9e56370d8 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -136,22 +136,6 @@ our $common_fmtutil_args =
$::gui_mode = 0;
$::machinereadable = 0;
-my %globaloptions = (
- "gui" => 1,
- "gui-lang" => "=s",
- "debug-translation" => 1,
- "location|repository|repo" => "=s",
- "machine-readable" => 1,
- "package-logfile" => "=s",
- "persistent-downloads" => "!",
- "no-execute-actions" => 1,
- "pin-file" => "=s",
- "pause" => 1,
- "print-platform|print-arch" => 1,
- "version" => 1,
- "help" => 1,
- "h|?" => 1);
-
my %action_specification = (
'_include_tlpobj' => {
"run-post" => 0,