aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tool/lib/vcs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/vcs.rb b/tool/lib/vcs.rb
index a55b5815b4..15ec4c16db 100644
--- a/tool/lib/vcs.rb
+++ b/tool/lib/vcs.rb
@@ -270,7 +270,7 @@ class VCS
end
def _get_revisions(path, srcdir = nil)
- if srcdir and local_path?(path)
+ if srcdir and self.class.local_path?(path)
path = File.join(srcdir, path)
end
if srcdir