mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
pull_ts.sh: verify lrelease is available
This commit is contained in:
parent
770db71993
commit
aa4338a05b
@ -54,8 +54,13 @@ cleanup() {
|
||||
PATH=$QTDIR/bin:$PATH
|
||||
|
||||
if ! type tx >/dev/null 2>&1; then
|
||||
echo "tx not found"
|
||||
exit 1
|
||||
echo "tx not found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! type lrelease >/dev/null 2>&1; then
|
||||
echo "lrelease not found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
trap cleanup EXIT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user