From 7668c86a7e50d0d985ff71eca7a524c6a47ac917 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 22 Aug 2010 17:25:17 +0200 Subject: [PATCH] Support Solaris stupid /bin/sh in pch test --- test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 3f220b1eb..da45e6e72 100755 --- a/test.sh +++ b/test.sh @@ -1604,7 +1604,9 @@ EOF cat <pch.h #include EOF - if ! $COMPILER pch.h 2>/dev/null; then + if $COMPILER pch.h 2>/dev/null; then + : + else return fi -- 2.47.3