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)
commit0dbc4e89bb3ddaaa4230f91d5f59b08f3d33e91b
tree83b4a61775c284b8260893439e0009b4e349db20
parentef1af9d9afe2f402ad60b054ac529c03c4b79299
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 <junkio@cox.net>
git-tag.sh
t/t3001-ls-files-others-exclude.sh