verify-elf(get_verify_policy): fix whitespace

This commit is contained in:
Ivan Zakharyaschev 2017-11-17 01:08:33 +03:00 committed by Gleb Fotengauer-Malinovskiy
parent 5b30923d48
commit ea7ca90347

View File

@ -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"