Add -S argument to env in scripts/xon.sh

This commit is contained in:
Carmen Bianca Bakker 2019-04-07 22:16:51 +02:00
parent 5d87fc76ef
commit ac85020bcc
Failed to generate hash of commit

View file

@ -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 "$@"