diff --git a/ChangeLog b/ChangeLog index 59f787a..a384cf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-05-14 Ben Elliston + + * Makefile (shellcheck): Include testsuite/*.sh scripts. + 2018-05-14 John Ericson * config.sub: Don't prepend $os with '-' everywhere. Include it in diff --git a/Makefile b/Makefile index a56d973..edab683 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ check-sub: cd testsuite && sh config-sub.sh shellcheck: - shellcheck -e SC2006 -f gcc config.guess config.sub + shellcheck -e SC2006 -f gcc config.guess config.sub testsuite/*.sh