svn commit: r201904 - projects/stress2
Peter Holm
pho at FreeBSD.org
Sat Jan 9 17:53:39 UTC 2010
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
More information about the svn-src-projects
mailing list