Fix bash lint errors

This commit is contained in:
Gabo 2020-06-25 10:03:39 -05:00
parent 26d2ec1d2a
commit 172e29dad3

View file

@ -4,8 +4,9 @@
#If you do neither, this will default to running against the test automation files
tmppath=/tmp/lint
if [ ! -L $tmppath ]; then
ln -s $PWD/.automation/test $tmppath
ln -s "$PWD"/.automation/test $tmppath
fi
export RUN_LOCAL=true
source $PWD/lib/linter.sh
# shellcheck source=lib/linter.sh
source "$PWD"/lib/linter.sh