LP_ERR: assign '' (code style suggestion by shellcheck)
This commit is contained in:
parent
13afd583d9
commit
008c1337e8
@ -1535,7 +1535,7 @@ _lp_set_prompt()
|
|||||||
if (( err != 0 )); then
|
if (( err != 0 )); then
|
||||||
LP_ERR=" $LP_COLOR_ERR$err$NO_COL"
|
LP_ERR=" $LP_COLOR_ERR$err$NO_COL"
|
||||||
else
|
else
|
||||||
LP_ERR= # Hidden
|
LP_ERR='' # Hidden
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Reset IFS to its default value to avoid strange behaviors
|
# Reset IFS to its default value to avoid strange behaviors
|
||||||
|
Loading…
Reference in New Issue
Block a user