removed echo

This commit is contained in:
2026-05-06 14:35:25 +02:00
parent 1c06388f7e
commit 1cb59d6fc4

View File

@@ -84,7 +84,6 @@ makepkg --printsrcinfo > .SRCINFO
# Create git message with correct variable # Create git message with correct variable
if [ -n "$_pkgname" ]; then if [ -n "$_pkgname" ]; then
echo "$pkgname"
commit_msg="Updated ${pkgname//\$\{_pkgname\}/_pkgname} to ${pkgver}-${pkgrel}" commit_msg="Updated ${pkgname//\$\{_pkgname\}/_pkgname} to ${pkgver}-${pkgrel}"
else else
commit_msg="Updated ${pkgname} to ${pkgver}-${pkgrel}" commit_msg="Updated ${pkgname} to ${pkgver}-${pkgrel}"