From 65ac4f70c5b85d086a44ee46c7502ce989a73c45 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 24 Apr 2016 01:20:49 +0000 Subject: install-tl: report verification status git-svn-id: svn://tug.org/texlive/trunk@40715 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/install-tl b/Master/install-tl index b9b3a7cbc78..64a08d692b2 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -660,7 +660,8 @@ sub do_version_agree { } sub final_remote_init { - info("Installing TeX Live $TeXLive::TLConfig::ReleaseYear from: $location\n"); + info("Installing TeX Live $TeXLive::TLConfig::ReleaseYear from: $location" . + ($tlpdb->is_verified ? " (verified)" : " (not verified)") . "\n"); info("Platform: ", platform(), " => \'", platform_desc(platform), "\'\n"); if ($opt_custom_bin) { -- cgit v1.2.3