From 9bd9ebdd73fe0e2d29fadf82947c98adde4023e7 Mon Sep 17 00:00:00 2001 From: John Resig Date: Sat, 23 Oct 2010 00:35:09 -0400 Subject: [PATCH] Allow for versions with spaces in them, in the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4