From 31149fc284678effd9ab58aaff41c67175e9e866 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Tue, 22 Nov 2011 19:43:17 +0100 Subject: [PATCH] Rename $REPO_NAME -> $VCSH_REPO_NAME --- vcsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcsh b/vcsh index 1d4233d..bcd416c 100755 --- a/vcsh +++ b/vcsh @@ -62,9 +62,9 @@ init() { cd "$GIT_WORK_TREE" git init git config core.worktree "$GIT_WORK_TREE" - git config core.excludesfile ".gitignore.d/$REPO_NAME" - touch "$HOME/.gitignore.d/$REPO_NAME" - git add "$HOME/.gitignore.d/$REPO_NAME" + git config core.excludesfile ".gitignore.d/$VCSH_REPO_NAME" + touch "$HOME/.gitignore.d/$VCSH_REPO_NAME" + git add "$HOME/.gitignore.d/$VCSH_REPO_NAME" verbose "init() end" } -- 2.39.2