• Nicolas Dudebout's avatar
    Replaces some @echo recipes by @printf. · 25803a96
    Nicolas Dudebout authored
    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.
    25803a96
Name
Last commit
Last update
docs Loading commit data...
fonts Loading commit data...
js Loading commit data...
less Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
component.json Loading commit data...
composer.json Loading commit data...
package.json Loading commit data...