diff --git a/vcsh b/vcsh index 39240093afd50dd0a47b528abb2249fedf9e1d27..81d94b85cafac86ee4b8437156990b941b702d2b 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 }