summaryrefslogtreecommitdiff
path: root/scripts/post-review
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/post-review')
-rwxr-xr-xscripts/post-review2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/post-review b/scripts/post-review
index c58b0ee..6990b50 100755
--- a/scripts/post-review
+++ b/scripts/post-review
@@ -955,7 +955,7 @@ class ClearCaseClient(SCMClient):
rev_str = ''
for rev in revision_range.split(":"):
- rev_str += "-r %s" % rev
+ rev_str += "-r %s " % rev
return self.do_diff(rev_str)