Change the exec line to remove PYTHONUNBUFFERED

This commit is contained in:
Carmen Bianca Bakker 2019-04-08 08:47:39 +02:00
parent bb2bd8a50c
commit 12c8f0837f
Failed to generate hash of commit

View file

@ -7,4 +7,4 @@ if [ -z "${LC_ALL+x}" ] && [ -z "${LC_CTYPE+x}" ] && \
fi fi
# run python # run python
exec /usr/bin/env -S PYTHONUNBUFFERED=1 python3 -u -m xonsh "$@" exec python3 -u -m xonsh "$@"