fix sed statement used to extract the date
This commit is contained in:
parent
bcbd06b66f
commit
b7ccc58afe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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."
|
||||
|
|
Loading…
Reference in a new issue