* config.guess: Disable SC2154 and SC2172 Shellcheck warnings.

* Makefile (shellcheck): Don't disable SC2172 globally.
This commit is contained in:
Ben Elliston
2018-07-13 21:37:46 +10:00
parent 30d53fc428
commit a4b36a6939
3 changed files with 9 additions and 2 deletions

View File

@ -17,4 +17,4 @@ check-sub:
cd testsuite && sh config-sub.sh
shellcheck:
shellcheck -e SC2006,SC2039,SC2172 -f gcc config.guess config.sub testsuite/*.sh
shellcheck -e SC2006,SC2039 -f gcc config.guess config.sub testsuite/*.sh