svn commit: r292868 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Tue Dec 29 12:35:14 UTC 2015


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 $ */


More information about the svn-src-user mailing list