mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Use date instead of DATE, that's the POS*X way.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
VERSION=1.4.0
|
VERSION=1.4.0
|
||||||
DATE=$(shell DATE)
|
DATE=$(shell date)
|
||||||
BOOTSTRAP = ./bootstrap.css
|
BOOTSTRAP = ./bootstrap.css
|
||||||
BOOTSTRAP_MIN = ./bootstrap.min.css
|
BOOTSTRAP_MIN = ./bootstrap.min.css
|
||||||
BOOTSTRAP_LESS = ./lib/bootstrap.less
|
BOOTSTRAP_LESS = ./lib/bootstrap.less
|
||||||
|
|||||||
Reference in New Issue
Block a user