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
(parent:
bcbd06b
)
fix sed statement used to extract the date
author
Jon Evans
<jon@springyweb.com>
Fri, 23 Oct 2009 10:13:26 +0000
(18:13 +0800)
committer
John Resig
<jeresig@gmail.com>
Fri, 23 Oct 2009 15:13:47 +0000
(23:13 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
bf0bfd0
..
0d54c96
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-31,7
+31,7
@@
VER = sed s/@VERSION/${JQ_VER}/
MINJAR = java -jar ${BUILD_DIR}/yuicompressor-2.4.2.jar
-DATE=`git log -1 | grep Date: | sed 's/.*: *//g'`
+DATE=`git log -1 | grep Date: | sed 's/[^:]*: *//'`
all: jquery test min
@@echo "jQuery build complete."