Skip to content

Commit

Permalink
build-one.sh removed stray 'set -x' command
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbond7 committed May 13, 2024
1 parent cef2975 commit 07b14e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-one.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 07b14e8

Please sign in to comment.