Merge branch 'luizluca-fix_failed_buildfull_master'

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2019-05-06 22:19:41 -05:00
commit 21459a2b8d

View File

@ -839,7 +839,10 @@ Matching file found at: "
gen_req "$name" batch $req_opts
# Sign it
sign_req "$crt_type" "$name" batch
( sign_req "$crt_type" "$name" batch ) || {
rm -f "$req_out" "$key_out"
die "Failed to sign '$name'"
}
} # => build_full()