From 65ec8a1d63bd9c11596bc03aa5c1d7b3872790ad Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 28 May 2019 00:52:04 -0300 Subject: Add =set -x= to ci-setup.sh --- ci-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-setup.sh b/ci-setup.sh index 4c38993..54cb79c 100755 --- a/ci-setup.sh +++ b/ci-setup.sh @@ -1,7 +1,7 @@ #!/usr/bin/env nix-shell #!nix-shell -i bash # shellcheck shell=bash -set -Eeuo pipefail +set -xEeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" echo "Unlocking git-crypt repos..." -- cgit v1.2.3