X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/8ae70a31cd3553ea94502b9784ba4dc5bee274c4..aef309d6d15a29109d9172e6da151e5491370d3d:/vcsh diff --git a/vcsh b/vcsh index f9bea25..ff0ec2b 100755 --- a/vcsh +++ b/vcsh @@ -106,6 +106,7 @@ help() { commit Commit in all repositories delete Delete an existing repository enter Enter repository; spawn new instance of \$SHELL + with \$GIT_DIR set. foreach [<-g>] Execute a command for every repository help Display this help text @@ -476,7 +477,7 @@ write_gitignore() { use cd "$VCSH_BASE" || fatal "could not enter '$VCSH_BASE'" 11 - local GIT_VERSION=$(git --version) + local GIT_VERSION="$(git --version)" local GIT_VERSION_MAJOR=$(echo $GIT_VERSION | sed -n 's/.* \([0-9]\)\..*/\1/p') local GIT_VERSION_MINOR=$(echo $GIT_VERSION | sed -n 's/.* \([0-9]\)\.\([0-9]\)\..*/\2/p') OLDIFS=$IFS