From 6a32080fbfb9104164b3d7544652b64d08918b40 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 6 Dec 2013 14:53:05 +1300 Subject: Correct misleading comment --- bash/bashrc.d/prompt.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc.d') diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash index bfb61ae7..135187dd 100644 --- a/bash/bashrc.d/prompt.bash +++ b/bash/bashrc.d/prompt.bash @@ -56,7 +56,7 @@ prompt() { ;; git) - # Bail if we have no git(1) or if our git status call fails + # Bail if we have no git(1) if ! hash git 2>/dev/null; then return 1 fi -- cgit v1.2.3