summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-20 16:20:13 +0000
committerKarl Berry <karl@freefriends.org>2021-05-20 16:20:13 +0000
commit1d2a4c36fce4bbb9a61eb63347346981134ffadb (patch)
tree1190a994fe0415f96fe1069efbdeb85a18f08cb4 /Master
parentdd64d6a767646f832a301545abe6df1102ec00dd (diff)
(main): initialize $opts{"require-verification"}
to avoid warning, but why needed? git-svn-id: svn://tug.org/texlive/trunk@59276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 5941ffeeedc..5a8ecd4e52f 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -390,6 +390,9 @@ sub main {
}
}
}
+
+ # why is this option so special? help ...
+ $opts{"require-verification"} = 0;
# save command line options for later restart, if necessary
@::SAVEDARGV = @ARGV;