spack-python should exec spack python
(#15738)
The current implementation of `spack-python` will leave an extra shell around while it runs. That shell should really replace itself with spack. - [x] add exec to spack-python script
This commit is contained in:
parent
757d768a07
commit
3310eaab99
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@
|
|||
#
|
||||
# This is compatible across platforms.
|
||||
#
|
||||
/usr/bin/env spack python "$@"
|
||||
exec /usr/bin/env spack python "$@"
|
||||
|
|
Loading…
Reference in a new issue