Consistently quote variables used with "test"
authorChristian Biesinger <cbiesinger@google.com>
Wed, 18 Dec 2019 21:03:07 +0000 (15:03 -0600)
committerChristian Biesinger <cbiesinger@google.com>
Thu, 19 Dec 2019 19:30:50 +0000 (13:30 -0600)
commit0ad6b8ee70dd18ab1f956800ea3494ea790c8a55
treef43745b1301338285b8cabc0e6c0ecc9462bb093
parent1ee7b812e778e4fddcfaa5f0be023dfdfb5a4d6e
Consistently quote variables used with "test"

This ensures that empty variables and variables with spaces are handled
correctly.

Code was inconsistent on whether the constant string (e.g. yes/no)
should also be quoted; I tried to be consistent with surrounding code.

This fixes the error Eli reported during configure with mingw (though that
was not fatal).

gdb/ChangeLog:

2019-12-19  Christian Biesinger  <cbiesinger@google.com>

* configure: Regenerate.
* configure.ac: Quote variable arguments of test.
* gdbsupport/common.m4: Likewise.

gdb/gdbserver/ChangeLog:

2019-12-19  Christian Biesinger  <cbiesinger@google.com>

* configure: Regenerate.
* configure.ac: Quote variable arguments of test.

Change-Id: I220e78b52c7db88b9dd058eda604635b03464fac
gdb/ChangeLog
gdb/configure
gdb/configure.ac
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure
gdb/gdbserver/configure.ac
gdb/gdbsupport/common.m4
This page took 0.024736 seconds and 4 git commands to generate.