Skip to content

Commit

Permalink
Allow for versions with spaces in them, in the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Oct 23, 2010
1 parent 53396b8 commit 9bd9ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,7 +39,7 @@ SIZZLE_DIR = ${SRC_DIR}/sizzle
QUNIT_DIR = ${TEST_DIR}/qunit

JQ_VER = $(shell cat version.txt)
VER = sed s/@VERSION/${JQ_VER}/
VER = sed "s/@VERSION/${JQ_VER}/"

DATE=$(shell git log -1 --pretty=format:%ad)

Expand Down

0 comments on commit 9bd9ebd

Please sign in to comment.