summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/tlmgr.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-14 23:54:53 +0000
committerKarl Berry <karl@freefriends.org>2013-04-14 23:54:53 +0000
commit906864d421e84eca0fbeeb68ba5c6daa481f00d2 (patch)
tree410a63b426dc5c7b289d471d6919a68efbfc8fb7 /Master/texmf-dist/scripts/texlive/tlmgr.pl
parent957ad42863858b1b3cb66be2b30f37260cc3ce1a (diff)
omit adjustrepo after install, else update --list fails
git-svn-id: svn://tug.org/texlive/trunk@29921 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texlive/tlmgr.pl')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index a86b60dc2e7..85b475d08e4 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -3255,6 +3255,7 @@ sub action_update {
&& $remotetlpdb->media ne "virtual"
&& !$opts{"dry-run"}
&& !$opts{"repository"}
+ && !$ENV{"TEXLIVE_INSTALL_ENV_NOCHECK"}
) {
tlwarn(<<END_DISK_WARN);
tlmgr: Your installation is set up to look on the disk for updates.