diff options
author | Karl Berry <karl@freefriends.org> | 2008-11-24 00:32:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-11-24 00:32:46 +0000 |
commit | 546d5d71b48e2e60b36c9e4538c239a08d4e965a (patch) | |
tree | 292f2effa37760bdc85484d9e5fe9259bf4e4070 | |
parent | 5dda9231ce6b7829b3cf95ca3c7ce315b5acd231 (diff) |
do not abort if my little cmpcont temporary test fails.
git-svn-id: svn://tug.org/texlive/trunk@11396 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index b1a8c3f49fb..da8533e6167 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -146,7 +146,7 @@ if test -z "$unexpected_output"; then echo "$0: Chicken mode, not updating anything." else echo "$0: Test install ok, comparing containers." - time /home/karl/bin/cmpcont >/tmp/cmpcont 2>&1 # just a test + time /home/karl/bin/cmpcont >/tmp/cmpcont 2>&1 || true # just a test echo "$0: Updating $tlweb from $tltry." rm -rf $tlweb |