summaryrefslogtreecommitdiff
path: root/ci/txpush.sh
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2020-01-26 00:43:21 +0100
committerAdriaan de Groot <groot@kde.org>2020-01-26 00:43:21 +0100
commitc18d40f61b0afd3fb8ba01f29cb5ba51526ed744 (patch)
treeeab105b2d715db582589cd89ca1e01321a6984c7 /ci/txpush.sh
parente967b121e288bd232dfcb0f6105c6266f79e5aee (diff)
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).
Diffstat (limited to 'ci/txpush.sh')
-rwxr-xr-xci/txpush.sh2
1 files changed, 1 insertions, 1 deletions
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