Skip to content
Snippets Groups Projects
Commit 53e4b906 authored by ezsh's avatar ezsh
Browse files

Replace echo -e with printf in scripts

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.
parent b186af30
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment