fix sed statement used to extract the date

This commit is contained in:
Jon Evans 2009-10-23 18:13:26 +08:00 committed by John Resig
parent bcbd06b66f
commit b7ccc58afe

View file

@ -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."