Skip to content

Commit 5cac7d1

Browse files
committed
Whopsy, we need $$ to read the output
1 parent c5bf72d commit 5cac7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ package.xml:
5656
php bin/prep-release.php $(PHONGO_VERSION)-$(PHONGO_STABILITY)
5757

5858
RELEASE:
59-
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short --since="$(git show -s --format=%ad `git rev-list --tags --max-count=1`)" > RELEASE-$(PHONGO_VERSION)
59+
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short --since="$$(git show -s --format=%ad `git rev-list --tags --max-count=1`)" > RELEASE-$(PHONGO_VERSION)
6060

6161
ChangeLog:
6262
@git log --pretty=format:"%ad %an <%ae>%n%x09* %s%n" --date short > ChangeLog

0 commit comments

Comments
 (0)