Fix & silence shellcheck warnings

This commit is contained in:
Lukas W
2017-10-19 09:48:08 +02:00
parent 8927ceaed5
commit 72501a0f2f
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash
if [ $QT5 ]; then
if [ "$QT5" ]; then
unset QTDIR QT_PLUGIN_PATH LD_LIBRARY_PATH
# shellcheck disable=SC1091
source /opt/qt58/bin/qt58-env.sh
fi