r4157 - trunk



Author: timj
Date: 2006-12-14 17:43:34 -0500 (Thu, 14 Dec 2006)
New Revision: 4157

Modified:
   trunk/Makefile.decl
Log:
Thu Dec 14 21:38:31 2006  Tim Janik  <timj gtk org>

        * Makefile.decl (report): reintroduced tee(1) to preserve output
        during report generation, but use $PIPESTATUS to ensure successful
        execution of the subshell commands.




Modified: trunk/Makefile.decl
===================================================================
--- trunk/Makefile.decl	2006-12-14 22:11:13 UTC (rev 4156)
+++ trunk/Makefile.decl	2006-12-14 22:43:34 UTC (rev 4157)
@@ -97,4 +97,4 @@
 	  && $(MAKE) $(AM_MAKEFLAGS) check slowcheck perf	\
 	  && echo -n "#TREPDONE: "  && date --iso-8601=seconds	\
 	) 2>&1 | tee "$$REPORTFILE"				\
-	&& test "${PIPESTATUS[*]}" = "0 0"
+	&& test "$${PIPESTATUS[*]}" = "0 0"




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]