aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSimon Hausmann <shausman@trolltech.com>2007-05-23 23:32:32 +0200
committerSimon Hausmann <shausman@trolltech.com>2007-05-23 23:32:32 +0200
commitac3e0d79eef4535bb61d79315688fb1d225dea3b (patch)
tree883e19579b4c5b4425148a438d905fe500466206 /contrib
parenta6d5da36af9a7087cf14e717b72c66ef2c34eb3b (diff)
downloadgit-ac3e0d79eef4535bb61d79315688fb1d225dea3b.tar.gz
git-ac3e0d79eef4535bb61d79315688fb1d225dea3b.tar.xz
Oops, fill the /list/ correct with the p4 exit code.
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fast-import/git-p44
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index 89a85ebb1..6ae3bc6e5 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -33,7 +33,9 @@ def p4CmdList(cmd):
pass
exitCode = pipe.close()
if exitCode != None:
- result["p4ExitCode"] = exitCode
+ entry = {}
+ entry["p4ExitCode"] = exitCode
+ result.append(entry)
return result