diff --git a/.vscode/testlinter.sh b/.vscode/testlinter.sh index f7e7eb79..c6a54f00 100644 --- a/.vscode/testlinter.sh +++ b/.vscode/testlinter.sh @@ -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 \ No newline at end of file +# shellcheck source=lib/linter.sh +source "$PWD"/lib/linter.sh \ No newline at end of file