diff options
| author | Adam Vandenberg | 2013-06-28 09:06:27 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-28 09:06:27 -0700 |
| commit | 278d93d59f970777f6cb42113f93c9fbbe45b07c (patch) | |
| tree | 4087c6fa0d8b1537148d10b0fd6466806d6b66ab /Library/Formula | |
| parent | 9c694e533594aedf1ab57ddd7d428ad4064b9d26 (diff) | |
| download | homebrew-278d93d59f970777f6cb42113f93c9fbbe45b07c.tar.bz2 | |
dmd: fix audit
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dmd.rb | 2 |
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 |
