Skip to content
Permalink
Browse files
fix sed statement used to extract the date
  • Loading branch information
Jon Evans authored and jeresig committed Oct 23, 2009
1 parent bcbd06b commit b7ccc58
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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."

0 comments on commit b7ccc58

Please sign in to comment.