mirror of https://github.com/aredn/aredn.git
fix prebuild shellcheck tests to run properly with external sources (#5)
This commit is contained in:
parent
c0f368809e
commit
d090ba8038
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue