remove whitespace

This commit is contained in:
chess.griffin 2008-09-10 13:42:09 +00:00
parent 4fb55805c5
commit 868ed2cf99

View File

@ -71,7 +71,7 @@ if [ -e $PIDFILE ]; then
echo echo
echo "Another instance of sbopkg appears to be running" echo "Another instance of sbopkg appears to be running"
echo "with process id $(cat $PIDFILE). Running more than" 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
echo "If this is incorrect, you can delete the lockfile" echo "If this is incorrect, you can delete the lockfile"
echo "'${PIDFILE}' and restart. Exiting now." echo "'${PIDFILE}' and restart. Exiting now."