- May 18, 2023
-
-
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 ==.
-
- May 21, 2013
-
-
David Malcolm authored
contrib/ * repro_fail: filter out "-ignore SIGHUP" from the spawn lines From-SVN: r199147
-
- Jan 04, 2013
-
-
Jakub Jelinek authored
From-SVN: r194903
-
- Feb 10, 2012
-
-
Diego Novillo authored
script. Committed to trunk. 2012-02-10 Diego Novillo <dnovillo@google.com> * repro_fail: Add --debug and --debug-tui flags. From-SVN: r184097
-
- Jun 24, 2011
-
-
Diego Novillo authored
From-SVN: r175374
-