summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-26 12:59:40 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-06-26 12:59:40 +0300
commit0b050e70edd12cdd6bf62c9860b642bbcb5b5504 (patch)
tree929edbcfcfc723208c130423ffeef827e454581f /Makefile
parentdisplay: removed <> from op disp (diff)
downloadgit-prompt-0b050e70edd12cdd6bf62c9860b642bbcb5b5504.tar.gz
git-prompt-0b050e70edd12cdd6bf62c9860b642bbcb5b5504.tar.bz2
git-prompt-0b050e70edd12cdd6bf62c9860b642bbcb5b5504.zip
Makefile: relsease target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fdbc3c..f34b15e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,5 @@ tgit:
echo "ready to paste ..."
release: install
- git tag `git tag -l | awk -F. 'END{printf "%s.%s\n", $1,$2+1}'`
+ git tag $(shell git tag -l | awk -F. 'END{printf "%s.%s\n", $$1,$$2+1}')
git push