From d140b66f851ba47298d301a202c152b564dc87ba Mon Sep 17 00:00:00 2001 From: snehapar9 <108305436+snehapar9@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:06:56 -0700 Subject: [PATCH] Remove shell tracing (#2166) --- images/build/installHugo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/build/installHugo.sh b/images/build/installHugo.sh index 052e2a66ad..e944f1178c 100644 --- a/images/build/installHugo.sh +++ b/images/build/installHugo.sh @@ -4,7 +4,7 @@ # Licensed under the MIT license. # -------------------------------------------------------------------------------------------- -set -ex +set -e __CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" source "$__CURRENT_DIR/../../build/__hugoConstants.sh"