diff --git a/Makefile.am b/Makefile.am index d029bc0..8345f11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ git: check-remote @git config user.email $(GIT_EMAIL) @git rev-parse --abbrev-ref HEAD >/dev/null 2>&1 || true @git add -A - @git commit -m "$(COMMIT_MSG)" || echo "Nenhuma modificação para commitar." + @git commit -m "$$(echo '$(COMMIT_MSG)')" || echo "Nenhuma modificação para commitar." @git push $(GIT_REMOTE) $(GIT_BRANCH) # ===========================