Skip to content

Commit

Permalink
Only use double quotes on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
  • Loading branch information
Marius Storm-Olsen committed Jun 12, 2007
1 parent d7e3868 commit cbae708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/fast-import/git-p4
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cbae708

Please sign in to comment.