From 797494b91e13c6faf35affe5bbacb1a3d3aa13fe Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 24 Jul 2009 16:30:43 -0400 Subject: commit works fully for d and f filetypes! --- src/rvs-core/lib/stdio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rvs-core/lib') diff --git a/src/rvs-core/lib/stdio.sh b/src/rvs-core/lib/stdio.sh index 57176e1..8facc79 100644 --- a/src/rvs-core/lib/stdio.sh +++ b/src/rvs-core/lib/stdio.sh @@ -32,7 +32,7 @@ error() { cat << __error__ >> /dev/stderr Usage: $name $usage -Try \`$name --help' for more options. +Try \`$name --help\' for more options. __error__ exit 1 } -- cgit v1.2.3-2-g168b