avoid echo -e, there are systems where it does not work
authorAlex Riesen <raa.lkml@gmail.com>
Sun, 12 Feb 2006 18:05:34 +0000 (19:05 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 12 Feb 2006 19:36:19 +0000 (11:36 -0800)
FreeBSD 4.11 being one example: the built-in echo doesn't have -e,
and the installed /bin/echo does not do "-e" as well.
"printf" works, laking just "\e" and "\xAB'.

Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found