Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
[gitweb.git]
/
contrib
/
fast-import
/
git-p4
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index f9865b444fdf8b21211b04e9dba2999dd90cbc23..46136d49bf99f61a5c85a548bec055742ed140f8 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-76,7
+76,7
@@
def write_pipe(c, str):
def p4_write_pipe(c, str):
real_cmd = p4_build_cmd(c)
- return write_pipe(
c
, str)
+ return write_pipe(
real_cmd
, str)
def read_pipe(c, ignore_error=False):
if verbose: