Skip to content
Snippets Groups Projects
Forked from pregmodfan / fc-pregmod
Source project has a limited visibility.
  • ezsh's avatar
    53e4b906
    Replace echo -e with printf in scripts · 53e4b906
    ezsh authored
    echo -e is not POSIX compliant, and as we have to use #!/bin/sh shebang
    line, echo might very well be unaware of "-e" argument. Therefore we
    replace it with printf.
    53e4b906
    History
    Replace echo -e with printf in scripts
    ezsh authored
    echo -e is not POSIX compliant, and as we have to use #!/bin/sh shebang
    line, echo might very well be unaware of "-e" argument. Therefore we
    replace it with printf.