summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/vcs.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/vcs.rb b/tool/vcs.rb
index 50c0607039..ca8aa6a391 100644
--- a/tool/vcs.rb
+++ b/tool/vcs.rb
@@ -89,6 +89,8 @@ class VCS
String === path or path.respond_to?(:to_path)
end
+ attr_reader :srcdir
+
def initialize(path)
@srcdir = path
super()