Fixed various style errors and some typos. Patch by Camille (onodera).
This commit is contained in:
parent
8db4bc01e2
commit
e5c99f7b1a
2
pkgmk.in
2
pkgmk.in
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user