Blame SOURCES/time-1.7-verbose.patch

136502
--- time-1.7/time.c.verbose	Fri Jun 14 05:38:21 1996
136502
+++ time-1.7/time.c	Sun Nov  4 16:21:09 2001
136502
@@ -327,6 +327,8 @@
136502
   unsigned long r;		/* Elapsed real milliseconds.  */
136502
   unsigned long v;		/* Elapsed virtual (CPU) milliseconds.  */
136502
 
136502
+  if (verbose)
136502
+  {
136502
   if (WIFSTOPPED (resp->waitstatus))
136502
     fprintf (fp, "Command stopped by signal %d\n",
136502
 	     WSTOPSIG (resp->waitstatus));
136502
@@ -336,6 +338,7 @@
136502
   else if (WIFEXITED (resp->waitstatus) && WEXITSTATUS (resp->waitstatus))
136502
     fprintf (fp, "Command exited with non-zero status %d\n",
136502
 	     WEXITSTATUS (resp->waitstatus));
136502
+   }
136502
 
136502
   /* Convert all times to milliseconds.  Occasionally, one of these values
136502
      comes out as zero.  Dividing by zero causes problems, so we first