From 49de3bef79ab873aab69d86ac6a4df721381b748 Mon Sep 17 00:00:00 2001 From: Michael Fellinger Date: Fri, 6 Jan 2012 13:15:18 +0100 Subject: [PATCH] Use `date` instead of `DATE`, that's the POS*X way. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ccb680e6c..a7004e0798 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION=1.4.0 -DATE=$(shell DATE) +DATE=$(shell date) BOOTSTRAP = ./bootstrap.css BOOTSTRAP_MIN = ./bootstrap.min.css BOOTSTRAP_LESS = ./lib/bootstrap.less