From c18d40f61b0afd3fb8ba01f29cb5ba51526ed744 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sun, 26 Jan 2020 00:43:21 +0100 Subject: [PATCH] CI: switch lupdate-versions checked for - look for the more-specific lupdate-qt5 first, then the generic one - in practice this is moot, though, since the only person running this script is me, on one of my development VMs Reported by Kevin Kofler (who rightly points out that lupdate *might* be a Qt4 or even Qt3-era executable). --- ci/txpush.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/txpush.sh b/ci/txpush.sh index 961f0bfbd..6882fa523 100755 --- a/ci/txpush.sh +++ b/ci/txpush.sh @@ -50,7 +50,7 @@ fi # # LUPDATE="" -for _lupdate in lupdate lupdate-qt5 +for _lupdate in lupdate-qt5 lupdate do export QT_SELECT=5 $_lupdate -version > /dev/null 2>&1 || export QT_SELECT=qt5