From b8fecae41b3bf3928c25d1f01c72a2fc4fb796af Mon Sep 17 00:00:00 2001 From: grammarware Date: Mon, 16 Feb 2009 12:26:29 +0000 Subject: [PATCH] typo git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@464 ab42f6e0-554d-0410-b580-99e487e6eeb2 --- shared/tools/showbgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/tools/showbgf b/shared/tools/showbgf index 693a74c0..b7882726 100755 --- a/shared/tools/showbgf +++ b/shared/tools/showbgf @@ -9,7 +9,7 @@ LOCAL2=${PWD} cd ${LOCAL1} if [ $# -ne 1 ]; then - echo "Usage: showbgf " + echo "Usage: showbgf " exit 1 elif [ ! -r $1 ]; then echo "Oops: $1 not found or not readable."