summarylogtreecommitdiffstats
path: root/wine-python.sh
diff options
context:
space:
mode:
authorMichel Zou2021-10-01 18:25:48 +0200
committerMichel Zou2021-10-01 18:25:48 +0200
commitbba0d1036d144ec1b23a6e827c7c18bace59470c (patch)
tree4d6d343b5629211cb9810a12e8b49aa69ad8beae /wine-python.sh
parent32a019c238b2bc45c399c5a816db33f5d7c4c7d8 (diff)
downloadaur-bba0d1036d144ec1b23a6e827c7c18bace59470c.tar.gz
51813
Diffstat (limited to 'wine-python.sh')
-rw-r--r--wine-python.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/wine-python.sh b/wine-python.sh
index 83601211eb50..c41caeeee959 100644
--- a/wine-python.sh
+++ b/wine-python.sh
@@ -11,4 +11,6 @@ else
export PYTHONPATH="${PYTHONPATH};/usr/@TRIPLE@/lib/python@PYVER@"
fi
-@TRIPLE@-wine /usr/@TRIPLE@/bin/python@PYVER@.exe "$@"
+# https://bugs.winehq.org/show_bug.cgi?id=51813
+set -o pipefail
+@TRIPLE@-wine /usr/@TRIPLE@/bin/python@PYVER@.exe "$@" | tee