summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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