From 12c8f0837f1152271f566b89bb190cbd8e6cf561 Mon Sep 17 00:00:00 2001 From: Carmen Bianca Bakker Date: Mon, 8 Apr 2019 08:47:39 +0200 Subject: [PATCH] Change the exec line to remove PYTHONUNBUFFERED --- scripts/xon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"