Replace "echo -n" with printf in shell scripts.
commit2aad957a519b354e248da8c76ee0d3997083dde6
authorJason Riedy <ejr@EECS.Berkeley.EDU>
Tue, 16 Jan 2007 01:31:29 +0000 (15 17:31 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 Jan 2007 06:23:21 +0000 (15 22:23 -0800)
tree258b4f061def13b863c31d06e3a30114de413e1a
parentfb9522062c89da61f5ccbaa1d063e0754463176f
Replace "echo -n" with printf in shell scripts.

Not all echos know -n.  This was causing a test failure in
t5401-update-hooks.sh, but not t3800-mktag.sh for some reason.

Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/remotes2config.sh
git-quiltimport.sh
git-reset.sh
t/t3800-mktag.sh
t/t5401-update-hooks.sh
t/t6023-merge-file.sh