Skip to content

Commit

Permalink
spack-python should exec spack python (spack#15738)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tgamblin authored Mar 30, 2020
1 parent 757d768 commit 3310eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spack-python
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
#
# This is compatible across platforms.
#
/usr/bin/env spack python "$@"
exec /usr/bin/env spack python "$@"

0 comments on commit 3310eaa

Please sign in to comment.