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" ;;
|
||||
*)
|
||||
if [[ -n "$LP_MARK_DEFAULT" ]]; then
|
||||
mark=$LP_MARK_DEFAULT
|
||||
mark="$LP_MARK_DEFAULT"
|
||||
else
|
||||
mark="$_LP_MARK_SYMBOL"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user