From e6fd21a753a1bafdbb8d2749d4ab68e9a0cbf29b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Sep 2013 10:43:52 +1200 Subject: Correct comment --- bash/bashrc.d/prompt.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc.d/prompt.bash') diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash index e28b2dda..d981acce 100644 --- a/bash/bashrc.d/prompt.bash +++ b/bash/bashrc.d/prompt.bash @@ -124,7 +124,7 @@ prompt() { # Start collecting working copy state flags local -a state - # Safely read status from ``git porcelain'' + # Safely read status with -0 local line modified untracked while IFS= read -d $'\0' -r line; do if [[ $line == '?'* ]]; then -- cgit v1.2.3