Only use double quotes on Windows
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>maint
parent
d7e3868cdf
commit
cbae7080a7
|
@ -180,7 +180,7 @@ def findUpstreamBranchPoint():
|
|||
parent = parent + 1
|
||||
continue
|
||||
|
||||
names = read_pipe_lines("git name-rev '--refs=refs/remotes/p4/*' '%s'" % commit)
|
||||
names = read_pipe_lines("git name-rev \"--refs=refs/remotes/p4/*\" \"%s\"" % commit)
|
||||
if len(names) <= 0:
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in New Issue