From 96e157c68dfc47e4f284315fcb39a6d50431131e Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 11 Aug 2008 18:59:52 +0200 Subject: [PATCH] tg.sh: Avoid use of non-SUS 'echo -e' --- tg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tg.sh b/tg.sh index a844b5e..16940f8 100644 --- a/tg.sh +++ b/tg.sh @@ -47,8 +47,8 @@ setup_ours() { if [ ! -s "$git_dir/info/attributes" ] || ! grep -q topmsg "$git_dir/info/attributes"; then { - echo -e ".topmsg\tmerge=ours" - echo -e ".topdeps\tmerge=ours" + echo ".topmsg merge=ours" + echo ".topdeps merge=ours" } >>"$git_dir/info/attributes" fi if ! git config merge.ours.driver >/dev/null; then -- 2.30.2