mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-11 05:33:40 +12:00
* config.sub, config.guess: Replace backtick ..
substitutions
with POSIX $(..) command substitutions throughout. * Makefile (shellcheck): Don't exclude message SC2006.
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user