From: Petr Baudis Date: Wed, 24 Sep 2008 20:20:57 +0000 (+0200) Subject: tg update: Fix resume message X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=d5cc14199b3186453a1819a3ac3a31725cda66f9;ds=inline tg update: Fix resume message --- diff --git a/tg-update.sh b/tg-update.sh index 39769be..f36624f 100644 --- a/tg-update.sh +++ b/tg-update.sh @@ -75,7 +75,7 @@ if [ -s "$depcheck" ]; then info "Updating base with $dep changes..." if ! git merge "$dep"; then if [ -z "$TG_RECURSIVE" ]; then - resume='`$tg update` again' + resume="\`$tg update\` again" else # subshell resume='exit' fi