Skip to content

Commit

Permalink
Whopsy, we need $$ to read the output
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Dec 4, 2014
1 parent c5bf72d commit 5cac7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ package.xml:
php bin/prep-release.php $(PHONGO_VERSION)-$(PHONGO_STABILITY)

RELEASE:
@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)
@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)

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

0 comments on commit 5cac7d1

Please sign in to comment.