From cb8fc53e221fde66e7f18254aedae49c947503b7 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 3 Feb 2009 17:20:36 +0100 Subject: typo --- bashrc/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc/main.sh b/bashrc/main.sh index 457fb6a..b4b4720 100644 --- a/bashrc/main.sh +++ b/bashrc/main.sh @@ -11,7 +11,7 @@ _self_update() { pushd ${_DOTFILES_DIR} &>/dev/null if [[ -n "$(git fetch 2>&1)" && $? -eq 0 ]]; then -q echo -ne "\033[31m*\033[0m dotfile updates found, merge now? " + echo -ne "\033[31m*\033[0m dotfile updates found, merge now? " if read; then git merge origin/master -- cgit v1.2.3