* config.guess: Use double quotes on any remaining unquoted

variables to prevent globbing and word splitting.
This commit is contained in:
Ben Elliston
2018-01-16 18:09:53 +11:00
parent 9ca5f17e49
commit 827c77253b
2 changed files with 38 additions and 33 deletions

View File

@ -1,3 +1,8 @@
2018-01-16 Ben Elliston <bje@gnu.org>
* config.guess: Use double quotes on any remaining unquoted
variables to prevent globbing and word splitting.
2018-01-16 Ben Elliston <bje@gnu.org>
* config.guess: Change most ${foo} expansions to "$foo" to: