summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-tlcritical
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-02-12 00:39:49 +0000
committerKarl Berry <karl@freefriends.org>2018-02-12 00:39:49 +0000
commit6620b888aeecb313e933b02c365959981dcd5d8f (patch)
treec97ec7a477da9bfc758bf508346bfdc8bb7d408d /Master/tlpkg/bin/tl-update-tlcritical
parent4545b881bc1c7f2ebd05eb1a8b858ce1c49c7a12 (diff)
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
Diffstat (limited to 'Master/tlpkg/bin/tl-update-tlcritical')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlcritical2
1 files changed, 1 insertions, 1 deletions
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 \