From 6620b888aeecb313e933b02c365959981dcd5d8f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 12 Feb 2018 00:39:49 +0000 Subject: more checks that signing/checksumming was successful for the nightly build git-svn-id: svn://tug.org/texlive/trunk@46604 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-tlcritical | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/bin/tl-update-tlcritical') diff --git a/Master/tlpkg/bin/tl-update-tlcritical b/Master/tlpkg/bin/tl-update-tlcritical index b600bee6ccc..f8f8f472527 100755 --- a/Master/tlpkg/bin/tl-update-tlcritical +++ b/Master/tlpkg/bin/tl-update-tlcritical @@ -51,7 +51,7 @@ do_updater () # make checksum for new file: sha512sum $newfile >$newfile.sha512 # sign it: - $master/tlpkg/bin/tl-sign-file $newfile.sha512 + $master/tlpkg/bin/tl-sign-file $newfile.sha512 || exit 1 # # create the generic names as symlinks. target files must be nonempty. test -s $newfile \ -- cgit v1.2.3