X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=Makefile;h=0dae73230dd3d6ba57df1af23d83b465cea838ed;hp=6b46c7dfb007a4e45d11c2bb9a243e3ff57927b1;hb=9bd9ebdd73fe0e2d29fadf82947c98adde4023e7;hpb=53396b879bd29c090824da182e3cf69158829f82 diff --git a/Makefile b/Makefile index 6b46c7d..0dae732 100644 --- a/Makefile +++ b/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)