[Bps-public-commit] SD branch, master, updated. 78a782f7f925bfdd7da22d80fd69cf532709d0f4
jesse
jesse at bestpractical.com
Sun May 10 16:41:03 EDT 2009
The branch, master has been updated
via 78a782f7f925bfdd7da22d80fd69cf532709d0f4 (commit)
from 1347cbdd10449f65f782596f725e99393eaeb5b9 (commit)
Summary of changes:
bin/git-sd | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 78a782f7f925bfdd7da22d80fd69cf532709d0f4
Author: Yanick Champoux <yanick at babyl.dyndns.org>
Date: Fri May 8 00:11:25 2009 +0800
echo doesn't unescape the carriage return
Signed-off-by: bestpractical <github at bestpractical.com>
diff --git a/bin/git-sd b/bin/git-sd
index f65b9f4..9369f1b 100755
--- a/bin/git-sd
+++ b/bin/git-sd
@@ -13,7 +13,8 @@ if [ "fnord$replica" = "fnord" ]; then
done
replica=$gitdir/.git/sd
echo "You don't appear to have an sd.local-replica defined in your .git/config"
- echo "Setting it to '$replica':\n"
+ echo "Setting it to '$replica':"
+ echo ""
echo " git config --add sd.local-replica $replica"
git config --add sd.local-replica $replica
fi
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list