Skip to content

Commit 58aa184

Browse files
committed
Use exec to start Julia in mtjulia.sh
1 parent dc37432 commit 58aa184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mtjulia.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ NTHREADS=`get_num_threads "${NTHREADS}"`
4949
export OMP_NUM_THREADS="${NTHREADS}"
5050
export JULIA_NUM_THREADS="${NTHREADS}"
5151

52-
${PRECMD} julia "$@"
52+
exec ${PRECMD} julia "$@"

0 commit comments

Comments
 (0)