Skip to content

Commit 9bd9ebd

Browse files
committed
Allow for versions with spaces in them, in the Makefile.
1 parent 53396b8 commit 9bd9ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ SIZZLE_DIR = ${SRC_DIR}/sizzle
3939
QUNIT_DIR = ${TEST_DIR}/qunit
4040

4141
JQ_VER = $(shell cat version.txt)
42-
VER = sed s/@VERSION/${JQ_VER}/
42+
VER = sed "s/@VERSION/${JQ_VER}/"
4343

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

0 commit comments

Comments
 (0)