mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Merge branch 'env-dash-S' of https://github.com/carmenbianca/xonsh into carmenbianca-env-dash-S
This commit is contained in:
commit
48e063f09e
2 changed files with 7 additions and 1 deletions
6
news/env-dash-S.rst
Normal file
6
news/env-dash-S.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
**Fixed:**
|
||||
|
||||
* An error in the 'xon.sh' executable that only popped up during testing has
|
||||
been fixed. Specifically: It now directly calls 'python3' without invoking
|
||||
'env'.
|
||||
|
|
@ -7,4 +7,4 @@ if [ -z "${LC_ALL+x}" ] && [ -z "${LC_CTYPE+x}" ] && \
|
|||
fi
|
||||
|
||||
# run python
|
||||
exec /usr/bin/env PYTHONUNBUFFERED=1 python3 -u -m xonsh "$@"
|
||||
exec python3 -u -m xonsh "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue