Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2017 07:05:42 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r322828 - user/pho/stress2/misc
Message-ID:  <201708240705.v7O75g5w038108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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