X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/36d6bee8b2e6746709670079cfe9d469340c81df..2bef002b3f3cf98cfc861bff971e8a845e378cd0:/vcsh diff --git a/vcsh b/vcsh index 9b2d295..1c4fed3 100755 --- a/vcsh +++ b/vcsh @@ -368,7 +368,7 @@ elif [ "$1" = 'delete' ] || export VCSH_REPO_NAME="$2" export GIT_DIR="$VCSH_REPO_D/$VCSH_REPO_NAME.git" [ "$VCSH_COMMAND" = 'rename' ] && { export VCSH_REPO_NAME_NEW="$3"; - export GIT_DIR_NEW="$VCSH_REPO_D/$VCSH_REPO_NAME_NEW.git" } + export GIT_DIR_NEW="$VCSH_REPO_D/$VCSH_REPO_NAME_NEW.git"; } [ "$VCSH_COMMAND" = 'run' ] && shift 2 [ "$VCSH_COMMAND" = 'write-gitignore' ] elif [ "$1" = 'list' ] ||