Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2010 17:53:39 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r201904 - projects/stress2
Message-ID:  <201001091753.o09Hrdqx071999@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Sat Jan  9 17:53:39 2010
New Revision: 201904
URL: http://svn.freebsd.org/changeset/base/201904

Log:
  Style fix in previous commit introduced a syntax error.
  
  Reported by:	jilles

Modified:
  projects/stress2/default.cfg

Modified: projects/stress2/default.cfg
==============================================================================
--- projects/stress2/default.cfg	Sat Jan  9 17:21:36 2010	(r201903)
+++ projects/stress2/default.cfg	Sat Jan  9 17:53:39 2010	(r201904)
@@ -72,5 +72,5 @@ dede () {        # file, blocksize, coun
    return $status 
 }
 
-[ -f " ./`hostname`" ] && . " ./`hostname`"	# source in local configuration
+[ -f  "./`hostname`" ] && .  "./`hostname`"	# source in local configuration
 [ -f "../`hostname`" ] && . "../`hostname`"	# source in local configuration



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