Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 12:35:13 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r292868 - user/pho/stress2/misc
Message-ID:  <201512291235.tBTCZDYo021848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Tue Dec 29 12:35:12 2015
New Revision: 292868
URL: https://svnweb.freebsd.org/changeset/base/292868

Log:
  Remove '#' from cleanup code.
  
  Sponsored by:	EMC / Isilon storage division

Modified:
  user/pho/stress2/misc/pthread8.sh

Modified: user/pho/stress2/misc/pthread8.sh
==============================================================================
--- user/pho/stress2/misc/pthread8.sh	Tue Dec 29 12:32:52 2015	(r292867)
+++ user/pho/stress2/misc/pthread8.sh	Tue Dec 29 12:35:12 2015	(r292868)
@@ -36,11 +36,11 @@ here=`pwd`
 cd /tmp
 sed '1,/^EOF/d' < $here/$0 > pthread8.c
 mycc -o pthread8 -Wall -Wextra -O0 -g pthread8.c -lpthread || exit 1
-#rm -f pthread8.c /tmp/pthread8.core
+rm -f pthread8.c /tmp/pthread8.core
 
 /tmp/pthread8
 
-#rm -f /tmp/pthread8
+rm -f /tmp/pthread8
 exit 0
 EOF
 /* $Id: pi.c,v 1.2 2015/01/31 11:36:07 kostik Exp kostik $ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512291235.tBTCZDYo021848>