mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Add -S
argument to env
in scripts/xon.sh
This commit is contained in:
parent
5d87fc76ef
commit
ac85020bcc
1 changed files with 1 additions and 1 deletions
|
@ -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 /usr/bin/env -S PYTHONUNBUFFERED=1 python3 -u -m xonsh "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue