Fix & silence shellcheck warnings
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user