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

Peter Holm pho at FreeBSD.org
Thu Aug 24 07:05:43 UTC 2017


Author: pho
Date: Thu Aug 24 07:05:42 2017
New Revision: 322828
URL: https://svnweb.freebsd.org/changeset/base/322828

Log:
  Clean up inconsistent reference to working directory.
  
  Reported by:	rpokala@
  Sponsored by:	Dell EMC Isilon

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

Modified: user/pho/stress2/misc/fsgs.sh
==============================================================================
--- user/pho/stress2/misc/fsgs.sh	Thu Aug 24 02:08:52 2017	(r322827)
+++ user/pho/stress2/misc/fsgs.sh	Thu Aug 24 07:05:42 2017	(r322828)
@@ -46,10 +46,10 @@ mycc -o fsgs -Wall -Wextra -O0 -g fsgs.c || exit 1
 rm -f fsgs.c
 cd $odir
 
-/tmp/fsgs
+$dir/fsgs
 s=$?
 
-rm -rf /tmp/fsgs
+rm -rf $dir/fsgs
 exit $s
 
 EOF


More information about the svn-src-user mailing list