From 84cb40ae02b5b542b03a60db25bf8f16307afa87 Mon Sep 17 00:00:00 2001 From: Manu Date: Thu, 22 Nov 2018 12:20:08 +0800 Subject: [PATCH] Fix Makefile escaping. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5aa0a4ae..cfe9c0a3 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ bump-version: # bumpversion minor git push git push --tags - git log $(git describe --tags --abbrev=0)..HEAD --pretty=format:"- %s" + git log $$(git describe --tags --abbrev=0)..HEAD --pretty=format:"- %s" travis-debug: curl -s -X POST \