Skip to content
Snippets Groups Projects
  1. May 18, 2023
    • Jonathan Wakely's avatar
      contrib: Fix nonportable shell syntax in "test" and "[" commands [PR105831] · 120e4449
      Jonathan Wakely authored
      POSIX sh does not support the == for string comparisons, use = instead.
      
      These contrib scripts all use a bash shebang so == does work, but
      there's no reason they can't just use the more portable form anyway.
      
      	PR bootstrap/105831
      
      contrib/ChangeLog:
      
      	* bench-stringop: Use = operator instead of ==.
      	* repro_fail: Likewise.
      
      contrib/reghunt/ChangeLog:
      
      	* bin/reg-hunt: Use = operator instead of ==.
      120e4449
  2. May 21, 2013
  3. Jan 04, 2013
  4. Feb 10, 2012
  5. Jun 24, 2011
Loading