summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-04-20 10:17:21 +0000
committer Eric Hameleers <alien@slackware.com>2009-04-20 10:17:21 +0000
commit8f82a3b871479bbea6d61020e8325941d2967b70 (patch)
tree570b630c93d2c7b696d6746912fb0ff1bae7c77b
parent6a5d4dd29936300712a97e88d94aa33079e8e468 (diff)
downloadasb-8f82a3b871479bbea6d61020e8325941d2967b70.tar.gz
asb-8f82a3b871479bbea6d61020e8325941d2967b70.tar.xz
Fixed the unixbench script
-rwxr-xr-xunixbench/build/unixbench.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/unixbench/build/unixbench.SlackBuild b/unixbench/build/unixbench.SlackBuild
index 611c49ea..f5592080 100755
--- a/unixbench/build/unixbench.SlackBuild
+++ b/unixbench/build/unixbench.SlackBuild
@@ -160,7 +160,7 @@ export UB_TMPDIR=\$HOME/unixbench/tmp
export UB_TESTDIR=\$HOME/unixbench/testdir
export UB_RESULTDIR=\$HOME/unixbench/results
if [ "\$1" = "-h" -o "\$1" = "--help" ]; then
- echo "Run '\$0'" (without arguments) to start the benchmark."
+ echo "Run '\$0' (without arguments) to start the benchmark."
echo "The benchmark results will be written to '\$UB_RESULTDIR'"
exit 0
else