From c9bdefe020c30bb053c0815a1633e5e3be25e4ef Mon Sep 17 00:00:00 2001 From: Anthony Gelibert Date: Mon, 20 Jan 2014 21:34:15 +0100 Subject: [PATCH] Quote $LP_MARK_DEFAULT to avoid problem with space. --- liquidprompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liquidprompt b/liquidprompt index b882c8b..b4ec589 100755 --- a/liquidprompt +++ b/liquidprompt @@ -1453,7 +1453,7 @@ _lp_smart_mark() disabled) mark="$LP_MARK_DISABLED" ;; *) if [[ -n "$LP_MARK_DEFAULT" ]]; then - mark=$LP_MARK_DEFAULT + mark="$LP_MARK_DEFAULT" else mark="$_LP_MARK_SYMBOL" fi