Skip to content

Commit

Permalink
Merge branch 'dk/rerere-train-quoting' into maint
Browse files Browse the repository at this point in the history
Fix shell quoting in contrib script.

* dk/rerere-train-quoting:
  Escape Git's exec path in contrib/rerere-train.sh script
  • Loading branch information
Jeff King committed Dec 1, 2015
2 parents 347acea + 4573a68 commit 3840d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/rerere-train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USAGE="$me rev-list-args"

SUBDIRECTORY_OK=Yes
OPTIONS_SPEC=
. $(git --exec-path)/git-sh-setup
. "$(git --exec-path)/git-sh-setup"
require_work_tree
cd_to_toplevel

Expand Down

0 comments on commit 3840d2d

Please sign in to comment.