Fixing eval syntax error.

This commit is contained in:
Cole Stanfield
2010-09-13 13:16:57 -06:00
committed by Avery Pennarun
parent 7f74d65b12
commit 11f1511e76

View File

@@ -28,7 +28,7 @@ rejoin merge the new branch back into HEAD
options for 'add', 'merge', 'pull' and 'push'
squash merge subtree changes as a single commit
"
eval $(echo "$OPTS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?)
eval "$(echo "$OPTS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?)"
PATH=$PATH:$(git --exec-path)
. git-sh-setup