X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=tg-update.sh;h=f36624fe71b73263471e5df8fbb0014d47ca2ee0;hp=39769bead098c674ff8a8a12f7dfb48254191a7b;hb=78534ccec439e25c1e624c547d405de05fe2fb92;hpb=459c340fd5ac765ff1e5d82895b59b53b028aaca 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