X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/7e33e38a869989d04d12f2ef160d514041eb01e3..e6e78161ee7676c885a9bd6d6460afe528382bc7:/vcsh 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 }