diff --git a/scripts/xon.sh b/scripts/xon.sh index 073cc3f1b..cf402d440 100755 --- a/scripts/xon.sh +++ b/scripts/xon.sh @@ -7,4 +7,4 @@ if [ -z "${LC_ALL+x}" ] && [ -z "${LC_CTYPE+x}" ] && \ fi # run python -exec /usr/bin/env -S PYTHONUNBUFFERED=1 python3 -u -m xonsh "$@" +exec python3 -u -m xonsh "$@"