From b53a624be3d0bd857259c17f9d46e9578a2a1451 Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Wed, 11 Jul 2018 00:31:30 +0200 Subject: Fix typo in the script for Python environment installation. --- python_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python_install.sh') diff --git a/python_install.sh b/python_install.sh index 4e8010a..c989125 100755 --- a/python_install.sh +++ b/python_install.sh @@ -77,7 +77,7 @@ install_environment() if [ ${num} -gt 33 ]; then set +o errexit - "${python}" -m ensurepip --help 2>1 >/dev/null + "${python}" -m ensurepip --help 2>&1 >/dev/null local rc=$? set -o errexit -- cgit v1.2.3-70-g09d2