From: Richard Hartmann Date: Sat, 26 Nov 2011 10:50:28 +0000 (+0100) Subject: Remove duplicate & no-op code X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/68c93dceb42ee275b339d421bbf77eaf62363d31?ds=sidebyside Remove duplicate & no-op code --- diff --git a/vcsh b/vcsh index 029c42c..cfcb42a 100755 --- a/vcsh +++ b/vcsh @@ -96,7 +96,6 @@ init() { export GIT_WORK_TREE="$HOME" mkdir -p "$GIT_WORK_TREE" cd "$GIT_WORK_TREE" || fatal "could not enter '$GIT_WORK_TREE'" 11 - cd "$GIT_WORK_TREE" git init setup }