diff options
| author | Nicolas Dudebout <[email protected]> | 2013-01-02 05:42:59 -0500 |
|---|---|---|
| committer | Nicolas Dudebout <[email protected]> | 2013-01-14 08:58:16 -0500 |
| commit | 25803a966b07df24500dd74fc100c14656fb7d82 (patch) | |
| tree | 321b33a91bf7768fd5abfbf8959af56f4fc21511 /docs/assets/css | |
| parent | 5204f206b982a9ded4a70e8f900fdf5811f4e557 (diff) | |
| download | bootstrap-25803a966b07df24500dd74fc100c14656fb7d82.tar.xz bootstrap-25803a966b07df24500dd74fc100c14656fb7d82.zip | |
Replaces some @echo recipes by @printf.
The echo command does not understand the -n argument on Mac OS X.
This is due to the fact that:
- Makefile calls /bin/sh to execute a command
- in Mac OS X, /bin/sh is a link to bash
- in Mac OS X, bash is compiled with --enable-strict-posix-default
Therefore, the echo command does not have the -n argument.
printf on the other hand is a builtin function that works well on Mac OS X and Linux.
Diffstat (limited to 'docs/assets/css')
0 files changed, 0 insertions, 0 deletions
