Permalink
Browse files
Allow for versions with spaces in them, in the Makefile.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Makefile
|
@@ -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) |
|
|
|
|
|
0 comments on commit
9bd9ebd