From 45d09dc5d0ef91022ccf9e19398ec01b46005a1a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 28 May 2019 01:30:05 -0300 Subject: Remove set -x from ci-setup.sh --- ci-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci-setup.sh') diff --git a/ci-setup.sh b/ci-setup.sh index 54cb79c..4c38993 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 -xEeuo pipefail +set -Eeuo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" echo "Unlocking git-crypt repos..." -- cgit v1.2.3