* config.sub, config.guess: Replace backtick .. substitutions

with POSIX $(..) command substitutions throughout.
	* Makefile (shellcheck): Don't exclude message SC2006.
This commit is contained in:
Ben Elliston
2020-11-07 15:37:44 +11:00
parent 1c43980155
commit 95c8d9a294
4 changed files with 118 additions and 112 deletions

View File

@ -17,7 +17,7 @@ check-sub:
cd testsuite && bash config-sub.sh
shellcheck:
shellcheck -e SC2006 -f gcc config.guess config.sub testsuite/*.sh
shellcheck -f gcc config.guess config.sub testsuite/*.sh
sort:
for f in config-guess.data config-sub.data ; do sort testsuite/$$f -o testsuite/$$f; done