summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ea9532a..1bb5d41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ endif
tag:
test -d "$(top_srcdir)/.git"
- cd "$(top_srcdir)" && git status
+ cd "$(top_srcdir)" && git status;:
@echo "Do you really want to tag this as rel-$(PACKAGE_VERSION)? Enter to continue, Ctrl-C to abort."
@read
cd "$(top_srcdir)" && git tag "rel-$(PACKAGE_VERSION)"