X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/024b65aac5760f1e89811b4eb3fa2a7722fca8d8..45e5afa0df709c1aa8a7733ca9dc9dd810407ac0:/vcsh diff --git a/vcsh b/vcsh index 3924009..81d94b8 100755 --- a/vcsh +++ b/vcsh @@ -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 }