diff options
| author | Michael Fellinger <[email protected]> | 2012-01-06 13:15:18 +0100 |
|---|---|---|
| committer | Michael Fellinger <[email protected]> | 2012-01-06 13:15:18 +0100 |
| commit | 49de3bef79ab873aab69d86ac6a4df721381b748 (patch) | |
| tree | 566c27e0f1adf957e78455ec728241663b93e8ba | |
| parent | fcfa231131f2bfba230786c7bb60c391ab1d8a62 (diff) | |
| download | bootstrap-49de3bef79ab873aab69d86ac6a4df721381b748.tar.xz bootstrap-49de3bef79ab873aab69d86ac6a4df721381b748.zip | |
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 |
