From 3d3c62a8898b86d857ca8a850a0d5f6e2ae3c21f Mon Sep 17 00:00:00 2001 From: Jonathan Matthews Date: Fri, 23 Feb 2024 13:00:32 +0000 Subject: [PATCH] _scripts: remove an errant set-x This removes a noisy set-x that was mistakenly included in f982fd55135dfcec5bf01e78b2f87e7930b07994. Signed-off-by: Jonathan Matthews Change-Id: I181e67ccd176c1d2acc3cf3055ad4a238e54e2be Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1177296 TryBot-Result: CUEcueckoo Reviewed-by: Paul Jolly --- _scripts/contentNewDocument.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/contentNewDocument.bash b/_scripts/contentNewDocument.bash index 29527c7fee..2327e3934b 100755 --- a/_scripts/contentNewDocument.bash +++ b/_scripts/contentNewDocument.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -xeuo pipefail +set -euo pipefail # Invoke the script with no arguments to see the usage text. function _usage(){