verify-elf(get_verify_policy): fix whitespace
This commit is contained in:
parent
5b30923d48
commit
ea7ca90347
@ -46,7 +46,7 @@ rc=0
|
|||||||
get_verify_policy()
|
get_verify_policy()
|
||||||
{
|
{
|
||||||
local name value
|
local name value
|
||||||
name="VERIFY_ELF_$1" && shift
|
name="VERIFY_ELF_$1" && shift
|
||||||
eval "value=\"\$$name\""
|
eval "value=\"\$$name\""
|
||||||
[ -n "$value" ] || value=normal
|
[ -n "$value" ] || value=normal
|
||||||
printf %s "$value"
|
printf %s "$value"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user