diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-24 22:42:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-24 22:42:10 +0000 |
commit | f1901fc1651b1d69f87063c570d924110b1bd146 (patch) | |
tree | ce76ae789ad61615e9dc88194415bc8869d2e461 /Master/tlpkg | |
parent | f29646813e28eb8a2a7f5a763f4dc0e9219ebb85 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@61401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/c2lx | 3 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-check-fmtshare | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/c2lx b/Master/tlpkg/bin/c2lx index 845144a1e6a..256b7f66bbc 100755 --- a/Master/tlpkg/bin/c2lx +++ b/Master/tlpkg/bin/c2lx @@ -29,7 +29,8 @@ elif test "x$1" = x3; then pkgs="l3kernel l3packages l3experimental l3build l3backend" elif test "x$1" = xjxu; then shift; label=jxu - pkgs="beaulivre colorist einfart lebhart minimalist simplivre" + pkgs="beaulivre colorist einfart lebhart mindflow minimalist" + pkgs="$pkgs projlib simplivre" else echo "$0: unknown latex or group type: $1 (one of: e dev 3 jxu)" >&2 exit 1 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" </dev/null >>$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" |