From 07b14e8dbba157510f5d283cfa67e99bddc98680 Mon Sep 17 00:00:00 2001 From: Martin Bond <28291143+martinbond7@users.noreply.github.com> Date: Mon, 13 May 2024 15:38:55 +0100 Subject: [PATCH] build-one.sh removed stray 'set -x' command --- build-one.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-one.sh b/build-one.sh index a6179da..e8fe9a5 100755 --- a/build-one.sh +++ b/build-one.sh @@ -56,7 +56,6 @@ function trace { function get_solutions { SOLDIR= - set -x for loc in $LOCATIONS; do for dir in $SOL_PATH ; do sol=$(echo $loc/$dir/solutions)