Jerzy Kozera <jerzy.kozera@xxxxxxxxx> writes: > Signed-off-by: Jerzy Kozera <jerzy.kozera@xxxxxxxxx> > --- > contrib/fast-import/git-p4 | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 > index 04ce7e3..a5297e7 100755 > --- a/contrib/fast-import/git-p4 > +++ b/contrib/fast-import/git-p4 > @@ -144,7 +144,7 @@ def setP4ExecBit(file, mode): > def getP4OpenedType(file): > # Returns the perforce file type for the given file. > > - result = p4_read_pipe("opened %s" % file) > + result = p4_read_pipe("opened \"%s\"" % file) Don't you need a lot more than that? What if file has " or \ in it? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html