From f1901fc1651b1d69f87063c570d924110b1bd146 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 24 Dec 2021 22:42:10 +0000 Subject: doc,sync git-svn-id: svn://tug.org/texlive/trunk@61401 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-check-fmtshare | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin/tl-check-fmtshare') diff --git a/Master/tlpkg/bin/tl-check-fmtshare b/Master/tlpkg/bin/tl-check-fmtshare index 593b2205a2b..e8e9297b375 100755 --- a/Master/tlpkg/bin/tl-check-fmtshare +++ b/Master/tlpkg/bin/tl-check-fmtshare @@ -272,8 +272,9 @@ for fmt in $fmts; do echo "$0: running on $remotesys: $remotecmd" >$rfot ssh -n $remotesys "$remotecmd" >$rfot 2>&1 if test $? -ne 0; then - echo "$0: fmt load failed on $remotesys: $fmt" >&2 - echo "$0: see transcript: $rfot" >&2 + echo "$0: *** fmt load failed on $remotesys: $fmt" >&2 + echo "$0: *** see transcript: $rfot" >&2 + cat $rfot >&2 exit 1 else echo "$0: fmt load ok on $remotesys: $fmt" -- cgit v1.2.3