diff options
Diffstat (limited to 'tool/vcs.rb')
-rw-r--r-- | tool/vcs.rb | 2 |
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() |