mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
install: Use set -x when installing node, shellcheck, shfmt, tx.
This makes it clearer which step failed if there’s an error. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
2b93b2eb98
commit
3bc1acba4a
@@ -22,6 +22,7 @@ check_version() {
|
||||
}
|
||||
|
||||
if ! check_version 2>/dev/null; then
|
||||
set -x
|
||||
tmpdir="$(mktemp -d)"
|
||||
trap 'rm -r "$tmpdir"' EXIT
|
||||
cd "$tmpdir"
|
||||
|
||||
Reference in New Issue
Block a user