add debug

This commit is contained in:
rootzoll 2022-01-27 22:27:04 +01:00
parent ea1cfd6fa5
commit 6af2cd80f3

View File

@ -51,6 +51,7 @@ if [ $# -eq 3 ]; then
elif [ $# -eq 4 ]; then
gitCommand="git verify-tag $4"
fi
echo "# running: ${gitCommand}"
if ${gitCommand} 2>&1 >&"$_temp"; then
goodSignature=1
else