Skip to content

Commit 3840d2d

Browse files
committed
Merge branch 'dk/rerere-train-quoting' into maint
Fix shell quoting in contrib script. * dk/rerere-train-quoting: Escape Git's exec path in contrib/rerere-train.sh script
2 parents 347acea + 4573a68 commit 3840d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/rerere-train.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE="$me rev-list-args"
77

88
SUBDIRECTORY_OK=Yes
99
OPTIONS_SPEC=
10-
. $(git --exec-path)/git-sh-setup
10+
. "$(git --exec-path)/git-sh-setup"
1111
require_work_tree
1212
cd_to_toplevel
1313

0 commit comments

Comments
 (0)