summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-04-16 12:23:18 +0000
committerNorbert Preining <preining@logic.at>2016-04-16 12:23:18 +0000
commit33fad09771bffc2f030c794b8481e674193cb948 (patch)
treeffe8fbbef8a9594846e71d86f9b6fbccda7e696a /Master/texmf-dist
parentc0c56fc7056452f6dded55b05c7425f3e3475a28 (diff)
rephrase "gpg not found message" (Uwe Siart, ml 16/4)
git-svn-id: svn://tug.org/texlive/trunk@40552 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 0d53f1aad7a..af0bdd3dd12 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -632,7 +632,7 @@ for the full story.\n";
if (TeXLive::TLUtils::setup_gpg($Master)) {
log("Trying to verify cryptographic signatures!\n")
} else {
- tlwarn("Setting up gpg did not succeed!\n");
+ tlwarn("Couldn't detect gpg so will proceed without verification!\n");
}
}