Skip to content

Commit

Permalink
Merge pull request twbs#910 from manveru/patch-1
Browse files Browse the repository at this point in the history
Use `date` instead of `DATE`, that's the POS*X way.
  • Loading branch information
fat committed Jan 6, 2012
2 parents fcfa231 + 49de3be commit 1f0d8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1f0d8b2

Please sign in to comment.