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
@ -706,7 +704,7 @@ print_help() {
echo " -c, --clean remove package and downloaded files"
echo " -kw, --keep-work keep temporary working directory"
echo " -cf, --config-file <file> use alternative configuration file"
echo " -v, --version print version and exit "
echo " -v, --version print version and exit"
echo " -h, --help print help and exit"
}