Skip to content

Commit 49de3be

Browse files
committed
Use date instead of DATE, that's the POS*X way.
1 parent fcfa231 commit 49de3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION=1.4.0
2-
DATE=$(shell DATE)
2+
DATE=$(shell date)
33
BOOTSTRAP = ./bootstrap.css
44
BOOTSTRAP_MIN = ./bootstrap.min.css
55
BOOTSTRAP_LESS = ./lib/bootstrap.less

0 commit comments

Comments
 (0)