git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
53396b8
)
Allow for versions with spaces in them, in the Makefile.
author
John Resig
<jeresig@gmail.com>
Sat, 23 Oct 2010 04:35:09 +0000
(
00:35
-0400)
committer
John Resig
<jeresig@gmail.com>
Sat, 23 Oct 2010 04:35:09 +0000
(
00:35
-0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
6b46c7d
..
0dae732
100644
(file)
--- 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)