Escape Git's exec path in contrib/rerere-train.sh script
authorDaniel Knittl-Frank <knittl89@googlemail.com>
Sun, 8 Nov 2015 11:27:55 +0000 (12:27 +0100)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 11:43:00 +0000 (06:43 -0500)
commit4573a68e9b340107928194ecb8aba8d803a2ec78
treeaa76547923eb1395f77778775a7013334500ac0d
parentaf40944bda352190f05d22b7cb8fe88beb17f3a7
Escape Git's exec path in contrib/rerere-train.sh script

Whitespace can cause the source command to fail. This is usually not a
problem on Unix systems, but on Windows Git is likely to be installed
under "C:/Program Files/", thus rendering the script broken.

Signed-off-by: Daniel Knittl-Frank <knittl89+git@googlemail.com>
Signed-off-by: Jeff King <peff@peff.net>
contrib/rerere-train.sh