Allow for versions with spaces in them, in the Makefile.
This commit is contained in:
parent
53396b879b
commit
9bd9ebdd73
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ SIZZLE_DIR = ${SRC_DIR}/sizzle
|
||||||
QUNIT_DIR = ${TEST_DIR}/qunit
|
QUNIT_DIR = ${TEST_DIR}/qunit
|
||||||
|
|
||||||
JQ_VER = $(shell cat version.txt)
|
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)
|
DATE=$(shell git log -1 --pretty=format:%ad)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue