diff options
| author | Jacob Thornton <[email protected]> | 2012-01-06 11:09:51 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-06 11:09:51 -0800 |
| commit | 1f0d8b22a47ff1a140b066b165e7eded61960326 (patch) | |
| tree | 566c27e0f1adf957e78455ec728241663b93e8ba | |
| parent | fcfa231131f2bfba230786c7bb60c391ab1d8a62 (diff) | |
| parent | 49de3bef79ab873aab69d86ac6a4df721381b748 (diff) | |
| download | bootstrap-1f0d8b22a47ff1a140b066b165e7eded61960326.tar.xz bootstrap-1f0d8b22a47ff1a140b066b165e7eded61960326.zip | |
Merge pull request #910 from manveru/patch-1
Use `date` instead of `DATE`, that's the POS*X way.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
