[0/3] Fix nonportable shell syntax in "test" and "[" commands

Message ID 20230518125647.2105203-1-jwakely@redhat.com
Headers
Series Fix nonportable shell syntax in "test" and "[" commands |

Message

Jonathan Wakely May 18, 2023, 12:56 p.m. UTC
  Tested powerpc64le-linux.

I plan to push these as obvious, unless I hear objections.

Jonathan Wakely (2):
  gcc: Fix nonportable shell syntax in "test" and "[" commands
    [PR105831]
  contrib: Fix nonportable shell syntax in "test" and "[" commands
    [PR105831]

Michael Bäuerle (1):
  gcc: Fix nonportable shell syntax in "test" and "[" commands
    [PR105831]

 contrib/bench-stringop                               |  4 ++--
 contrib/reghunt/bin/reg-hunt                         |  2 +-
 contrib/repro_fail                                   |  4 ++--
 gcc/config.gcc                                       |  2 +-
 gcc/config/nvptx/gen-opt.sh                          |  2 +-
 gcc/configure                                        |  2 +-
 gcc/configure.ac                                     |  2 +-
 gcc/testsuite/gcc.test-framework/gen_directive_tests | 12 ++++++------
 8 files changed, 15 insertions(+), 15 deletions(-)