summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/vcs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/vcs.rb b/tool/vcs.rb
index af1461d405..0a59f43608 100644
--- a/tool/vcs.rb
+++ b/tool/vcs.rb
@@ -128,9 +128,9 @@ class VCS
else
'.'
end
+ end
- def after_export(dir)
- end
+ def after_export(dir)
end
class SVN < self