X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/0083a3e21e81a132a150c1626b4b58d53f73a3c8..45e5afa0df709c1aa8a7733ca9dc9dd810407ac0:/vcsh diff --git a/vcsh b/vcsh index f987fbf..81d94b8 100755 --- a/vcsh +++ b/vcsh @@ -163,7 +163,7 @@ clone() { done [ "$VCSH_CONFLICT" = '1' ] && fatal "will stop after fetching and not try to merge! - Once this situation has been resolved, run 'vcsh run $VCSH_REPO_NAME git pull' to finish cloning.\n" 17 + Once this situation has been resolved, run 'vcsh run $VCSH_REPO_NAME git pull' to finish cloning." 17 git merge origin/master hook post-clone retire @@ -288,7 +288,7 @@ rename() { # Now that the repository has been renamed, we need to fix up its configuration # Overwrite old name.. GIT_DIR="$GIT_DIR_NEW" - $VCSH_REPO_NAME="$VCSH_REPO_NAME_NEW" + VCSH_REPO_NAME="$VCSH_REPO_NAME_NEW" # ..and clobber all old configuration upgrade }