0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-13 01:08:58 +01:00

Merge pull request #910 from manveru/patch-1

Use `date` instead of `DATE`, that's the POS*X way.
This commit is contained in:
Jacob Thornton 2012-01-06 11:09:51 -08:00
commit 1f0d8b22a4

View File

@ -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