Rely on the PATH now being passed down to find git
This commit is contained in:
parent
7f1673596f
commit
cd0ec043a8
|
@ -462,9 +462,9 @@ def chutney(reactor, temp_dir):
|
||||||
proto = _DumpOutputProtocol(None)
|
proto = _DumpOutputProtocol(None)
|
||||||
reactor.spawnProcess(
|
reactor.spawnProcess(
|
||||||
proto,
|
proto,
|
||||||
'/usr/bin/git',
|
'git',
|
||||||
(
|
(
|
||||||
'/usr/bin/git', 'clone', '--depth=1',
|
'git', 'clone', '--depth=1',
|
||||||
'https://git.torproject.org/chutney.git',
|
'https://git.torproject.org/chutney.git',
|
||||||
chutney_dir,
|
chutney_dir,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue