aboutsummaryrefslogtreecommitdiffstats
path: root/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Formula')
-rw-r--r--Formula/dmd.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Formula/dmd.rb b/Formula/dmd.rb
index 2e287f97d..d390a9fa2 100644
--- a/Formula/dmd.rb
+++ b/Formula/dmd.rb
@@ -21,4 +21,6 @@ Formula.new(url, md5).brew do |prefix|
FileUtils.cp_r Dir['html/d/*'], html unless ARGV.include? '--no-html'
FileUtils.cp_r Dir['samples/d/*'], samples unless ARGV.include? '--no-samples'
+
+ nil
end \ No newline at end of file