13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
$OpenBSD: patch-test_sh,v 1.2 2012/01/09 09:35:47 sthen Exp $
|
|
--- test.sh.orig Sun Jan 8 14:40:55 2012
|
|
+++ test.sh Mon Jan 9 09:29:04 2012
|
|
@@ -1801,7 +1801,7 @@ fi
|
|
|
|
compiler_version="`$COMPILER --version 2>&1 | head -1`"
|
|
case $compiler_version in
|
|
- *gcc*|2.95*)
|
|
+ *gcc*|*GCC*|2.95*)
|
|
;;
|
|
*)
|
|
echo "WARNING: Compiler $COMPILER not supported (version: $compiler_version) -- not running tests" >&2
|