From: Richard Hartmann Date: Mon, 9 Dec 2013 09:17:57 +0000 (+0100) Subject: Merge remote-tracking branch 'archwyrm/clone-trailing-slash-fix' X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/e6e78161ee7676c885a9bd6d6460afe528382bc7?hp=7e33e38a869989d04d12f2ef160d514041eb01e3 Merge remote-tracking branch 'archwyrm/clone-trailing-slash-fix' --- diff --git a/vcsh b/vcsh index 98b1e6b..b585f5c 100755 --- a/vcsh +++ b/vcsh @@ -289,7 +289,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 }