summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 15:54:01 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-06 15:54:01 +0100
commit51c8820d5af8a06eabeb0a5da0adbbc93e47a104 (patch)
tree12690fe8628c4ee226374b997c0c5a70c2722195
parent5da5eaa03555f174c21055f7744670d5153ccac5 (diff)
downloadndim-git-utils-51c8820d5af8a06eabeb0a5da0adbbc93e47a104.tar.gz
ndim-git-utils-51c8820d5af8a06eabeb0a5da0adbbc93e47a104.tar.xz
ndim-git-utils-51c8820d5af8a06eabeb0a5da0adbbc93e47a104.zip
git-status always returns exitcode 1v1.10
-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)"