Improve patch to use git --exec-path: add to PATH instead.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 26 Aug 2009 14:41:03 +0000 (10:41 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 26 Aug 2009 14:42:27 +0000 (10:42 -0400)
If you (like me) are using a modified git straight out of its source
directory (ie. without installing), then --exec-path isn't actually correct.
Add it to the PATH instead, so if it is correct, it'll work, but if it's
not, we fall back to the previous behaviour.

No differences found