Fixed various style errors and some typos. Patch by Camille (onodera).

This commit is contained in:
Fredrik Rinnestam 2017-02-23 18:24:27 +01:00
parent 8db4bc01e2
commit e5c99f7b1a

View File

@ -310,7 +310,6 @@ check_signature() {
cd $PKGMK_ROOT
if [ $RESULT -ne 0 ]; then
if [ "$err" = "signify: signature verification failed" ]; then
error "Failed verifying cryptographic digest"
else
@ -332,7 +331,6 @@ check_signature() {
warning "Signature file not found, falling back to old md5sum checking."
return 0;
fi
if [ "$PKGMK_CHECK_SIGNATURE" = "yes" ]; then
if [ "$PKGMK_KEEP_WORK" = "no" ]; then
rm -rf $PKGMK_WORK_DIR