fix prebuild shellcheck tests to run properly with external sources (#5)

This commit is contained in:
dman776 2018-05-02 22:16:03 -05:00 committed by GitHub
parent c0f368809e
commit d090ba8038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ do
if [ "$SHELLCHECKNOTEXISTS" = "1" ]; then
juLog -name="usrlocalbin_$(basename "$file")" false # Consider test failed if we don't have shellcheck
else
juLog -name="usrlocalbin_$(basename "$file")" shellcheck "$file"
juLog -name="usrlocalbin_$(basename "$file")" shellcheck -x "$file"
fi
continue # Next file please
fi