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 9f67c9c..49504db 100755
--- a/scripts/post-review
+++ b/scripts/post-review
@@ -1648,7 +1648,7 @@ class GitClient(SCMClient):
# post-review in directories other than the top level of
# of a work-tree would result in broken diffs on the server
- os.chdir(os.path.dirname(git_dir))
+ os.chdir(os.path.dirname(os.path.abspath(git_dir)))
# We know we have something we can work with. Let's find out
# what it is. We'll try SVN first.