From c5c5d5d547018bf0a854646ce63081647f737a52 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 19 Oct 2011 17:54:06 +0800 Subject: [PATCH] fixed space --- lib/_shared.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/_shared.sh b/lib/_shared.sh index db780c2..bbf3343 100644 --- a/lib/_shared.sh +++ b/lib/_shared.sh @@ -32,7 +32,7 @@ update_scm_breeze() { cd $HOME # If the patch cannot be applied cleanly, show the updates and tell user to update file manually. if ! patch -f "$HOME/.$scm.scmbrc" $patchfile; then - echo -e "== \e[0;31m Updates could not be applied to '\e[1m~/.$scm.scmbrc\e[0;31m'.\e[0m" + echo -e "== \e[0;31mUpdates could not be applied to '\e[1m~/.$scm.scmbrc\e[0;31m'.\e[0m" echo -e "== Please look at the following changes and manually update '~/.$scm.scmbrc', if necessary.\n" cat "$HOME/.$scm.scmbrc.rej" fi