aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-28 09:06:27 -0700
committerAdam Vandenberg2013-06-28 09:06:27 -0700
commit278d93d59f970777f6cb42113f93c9fbbe45b07c (patch)
tree4087c6fa0d8b1537148d10b0fd6466806d6b66ab /Library/Formula
parent9c694e533594aedf1ab57ddd7d428ad4064b9d26 (diff)
downloadhomebrew-278d93d59f970777f6cb42113f93c9fbbe45b07c.tar.bz2
dmd: fix audit
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dmd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dmd.rb b/Library/Formula/dmd.rb
index e92ef6863..8b64e4b92 100644
--- a/Library/Formula/dmd.rb
+++ b/Library/Formula/dmd.rb
@@ -30,7 +30,7 @@ class Dmd < Formula
bin.write_exec_script libexec/'bin/dmd'
end
def test
- system "dmd", "#{prefix}/share/d/examples/hello.d"
+ system "dmd", "#{share}/d/examples/hello.d"
system "./hello"
end
end