We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb9974 commit 5e7307dCopy full SHA for 5e7307d
Makefile
@@ -32,7 +32,7 @@ VER = sed s/@VERSION/${JQ_VER}/
32
RHINO = java -jar ${BUILD_DIR}/js.jar
33
MINJAR = java -jar ${BUILD_DIR}/google-compiler-20091218.jar
34
35
-DATE=`git log -1 | grep Date: | sed 's/[^:]*: *//'`
+DATE=`git log --pretty=format:'%ad' -1`
36
37
all: jquery lint min
38
@@echo "jQuery build complete."
0 commit comments