mirror of
git://code.qt.io/qt/qt5.git
synced 2026-07-17 03:52:22 +08:00
There's a tty check in qt_internal_foreach_repo_run. The code reads tty_exit_CODE rather than the correct tty_exit_code. In a non-tty context (when stdout is a pipe), /usr/bin/tty prints "not a tty" and has a non-zero exit code, leading to stdout being redirected to a file named "not a tty" in every submodule. Use the right name. Pick-to: 6.8 6.11 6.12 Change-Id: I6bba544aa0e3bbe2f09925cae56f303e70643681 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>