This change silences a false positive from Shellcheck:

"Redirecting to/from command name instead of file. Did you want
   pipes/xargs (or quote to ignore)? [SC2238]"

	* testsuite/config-guess.sh (run_config_guess): For clarity, write
	uname replacement to './uname', not 'uname'.
This commit is contained in:
Ben Elliston
2019-01-20 21:03:48 +11:00
parent 2221f7d58e
commit 286a38db91
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-01-20 Ben Elliston <bje@gnu.org>
* testsuite/config-guess.sh (run_config_guess): For clarity, write
uname replacement to './uname', not 'uname'.
2019-01-15 Ben Elliston <bje@gnu.org>
Revert: