STYLE: avoid spurious message about non-system qt

- arises when update-alternatives or similar are being used.
This commit is contained in:
Mark Olesen
2018-12-04 18:33:41 +01:00
parent 28e7982258
commit 013c7154ff

View File

@ -467,6 +467,8 @@ You may need to update the OpenFOAM environment by running:
INFO
# Non-system installation of QT?
case "$qtLib" in (/usr/lib | /usr/lib64) unset qtLib ;; esac
if [ "$qmake" != /usr/bin/qmake -a -d "$qtLib" ]
then
/bin/cat<<INFO