Quote $LP_MARK_DEFAULT to avoid problem with space.

This commit is contained in:
Anthony Gelibert 2014-01-20 21:34:15 +01:00 committed by Olivier Mengué
parent dd9a024b48
commit c9bdefe020

View File

@ -1453,7 +1453,7 @@ _lp_smart_mark()
disabled) mark="$LP_MARK_DISABLED" ;; disabled) mark="$LP_MARK_DISABLED" ;;
*) *)
if [[ -n "$LP_MARK_DEFAULT" ]]; then if [[ -n "$LP_MARK_DEFAULT" ]]; then
mark=$LP_MARK_DEFAULT mark="$LP_MARK_DEFAULT"
else else
mark="$_LP_MARK_SYMBOL" mark="$_LP_MARK_SYMBOL"
fi fi