aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dash.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/dash.rb b/Library/Formula/dash.rb
index 0e164e51c..9a878ea9b 100644
--- a/Library/Formula/dash.rb
+++ b/Library/Formula/dash.rb
@@ -25,7 +25,6 @@ class Dash < Formula
end
def test
- system "#{HOMEBREW_PREFIX}/bin/dash -c \"echo Hello!\""
- puts " ^--- That works."
+ system bin/'dash', '-c', 'echo Hello!'
end
end