fix indentation even more

This commit is contained in:
Thomas Penteker 2016-04-07 22:48:26 +02:00
parent 1286051d5a
commit 430a36bfa2

View File

@ -849,20 +849,20 @@ main() {
exit 0 exit 0
fi fi
if [ "$PKGMK_UPDATE_SIGNATURE" = "yes" ]; then if [ "$PKGMK_UPDATE_SIGNATURE" = "yes" ]; then
download_source download_source
check_file "$PKGMK_SIGNATURE" check_file "$PKGMK_SIGNATURE"
make_signature make_signature
info "Signature updated." info "Signature updated."
exit 0 exit 0
fi fi
if [ "$PKGMK_REFRESH_SIGNATURE" = "yes" ]; then if [ "$PKGMK_REFRESH_SIGNATURE" = "yes" ]; then
check_file "$PKGMK_SIGNATURE" check_file "$PKGMK_SIGNATURE"
refresh_signature refresh_signature
info "Signature refreshed." info "Signature refreshed."
exit 0 exit 0
fi fi
if [ "$PKGMK_DOWNLOAD_ONLY" = "yes" ]; then if [ "$PKGMK_DOWNLOAD_ONLY" = "yes" ]; then
download_source download_source