aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Fellinger <[email protected]>2012-01-06 13:15:18 +0100
committerMichael Fellinger <[email protected]>2012-01-06 13:15:18 +0100
commit49de3bef79ab873aab69d86ac6a4df721381b748 (patch)
tree566c27e0f1adf957e78455ec728241663b93e8ba
parentfcfa231131f2bfba230786c7bb60c391ab1d8a62 (diff)
downloadbootstrap-49de3bef79ab873aab69d86ac6a4df721381b748.tar.xz
bootstrap-49de3bef79ab873aab69d86ac6a4df721381b748.zip
Use `date` instead of `DATE`, that's the POS*X way.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ccb680e6..a7004e079 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