Don't use "echo -n" in shell scripts
commitca21a8759aada71a8f083ef8fc528bfb8988bc89
authorJiří Techet <techet@gmail.com>
Thu, 5 Feb 2015 23:32:10 +0000 (6 00:32 +0100)
committerJiří Techet <techet@gmail.com>
Sun, 8 Feb 2015 10:31:42 +0000 (8 11:31 +0100)
treee3ae10f0c319e74acb3c481226926ed93e8b8246
parent47a5b9fc5fdbd5060671413565f354247f678f75
Don't use "echo -n" in shell scripts

The standard says:

If the first operand is -n, or if any of the operands contain a
backslash ( '\' ) character, the results are implementation-defined.

On OS X it simply prints the "-n" string and everything which follows,
including the newline.

Use printf instead.
m4/geany-status.m4
po/intl_stats.sh