From: Alex Riesen Date: Sun, 12 Feb 2006 18:05:34 +0000 (+0100) Subject: avoid echo -e, there are systems where it does not work X-Git-Tag: v1.2.0~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0dbc4e89bb3ddaaa4230f91d5f59b08f3d33e91b?ds=inline;hp=0dbc4e89bb3ddaaa4230f91d5f59b08f3d33e91b avoid echo -e, there are systems where it does not work 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 ---