Fix unmatched quote

This commit is contained in:
Nicholas
2015-09-27 13:16:25 -04:00
parent ce55c1432d
commit 7b677b4a4e

View File

@@ -435,7 +435,7 @@ prompt_char() {
fi
if [[ $BULLETTRAIN_PROMPT_SEPARATE_LINE == false ]]; then
bt_prompt_char=" ${bt_prompt_char}
bt_prompt_char="${bt_prompt_char}"
fi
echo -n $bt_prompt_char