summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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