Quote $LP_MARK_DEFAULT to avoid problem with space.
This commit is contained in:
parent
dd9a024b48
commit
c9bdefe020
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user