Skip to content

Commit 38f9b25

Browse files
committed
Split env installation into a separate step, r1
1 parent ecf7c69 commit 38f9b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ install_env() {
55
}
66

77
source /opt/intel/oneapi/setvars.sh >/dev/null
8-
8+
set -vx
99
script_dir=$(dirname "$0")
1010
source "$script_dir/run-util.sh"
1111
source "$script_name"

0 commit comments

Comments
 (0)