mirror of
https://github.com/git/git.git
synced 2026-03-29 01:50:08 +01:00
Fixing eval syntax error.
This commit is contained in:
committed by
Avery Pennarun
parent
7f74d65b12
commit
11f1511e76
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user