From 868ed2cf9965eba83452b8299330063b872d371e Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Wed, 10 Sep 2008 13:42:09 +0000 Subject: [PATCH] remove whitespace --- src/usr/bin/sbopkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index b8e3df1..cf0dd3f 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -71,7 +71,7 @@ if [ -e $PIDFILE ]; then echo echo "Another instance of sbopkg appears to be running" echo "with process id $(cat $PIDFILE). Running more than" - echo "one instance of sbopkg is not recommended. " + echo "one instance of sbopkg is not recommended." echo echo "If this is incorrect, you can delete the lockfile" echo "'${PIDFILE}' and restart. Exiting now."