[Pcre-svn] [394] code/trunk/maint/ManyConfigTests: Fix minor…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [394] code/trunk/maint/ManyConfigTests: Fix minor buglet in this script.
Revision: 394
          http://www.exim.org/viewvc/pcre2?view=rev&revision=394
Author:   ph10
Date:     2015-10-27 16:15:25 +0000 (Tue, 27 Oct 2015)
Log Message:
-----------
Fix minor buglet in this script.


Modified Paths:
--------------
    code/trunk/maint/ManyConfigTests


Modified: code/trunk/maint/ManyConfigTests
===================================================================
--- code/trunk/maint/ManyConfigTests    2015-10-25 17:35:34 UTC (rev 393)
+++ code/trunk/maint/ManyConfigTests    2015-10-27 16:15:25 UTC (rev 394)
@@ -136,12 +136,13 @@


   echo "Making"
   make -j >/dev/null 2>teststderrM
+  makeRC=$? 
   if command -v sed >/dev/null 2>&1 ; then
     sed "/\`u' modifier ignored since \`D' is the default/ d" \
       teststderrM > teststderrMM
     mv -f teststderrMM teststderrM   
   fi
-  if [ $? -ne 0 -o -s teststderrM ]; then
+  if [ $makeRC -ne 0 -o -s teststderrM ]; then
     echo " "
     echo "******** Errors or warnings while making ********"
     echo " "