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()
|
||||
{
|
||||
local name value
|
||||
name="VERIFY_ELF_$1" && shift
|
||||
name="VERIFY_ELF_$1" && shift
|
||||
eval "value=\"\$$name\""
|
||||
[ -n "$value" ] || value=normal
|
||||
printf %s "$value"
|
||||
|
Loading…
Reference in New Issue
Block a user