aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 20:51:16 -0800
committerAdam Vandenberg2014-02-25 20:51:16 -0800
commit3a4b1917d8d3162142fab80e46d8f8a01ea034bd (patch)
tree99b5cd47b9228ceb2b1cab0dff862e37436e4f58 /Library/Homebrew/cmd
parent925cddccd803efd97fe26e897877a9a6e9fb4256 (diff)
downloadhomebrew-3a4b1917d8d3162142fab80e46d8f8a01ea034bd.tar.bz2
fix typo in audit
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 3f2a31774..846aaffa0 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -293,7 +293,7 @@ class FormulaAuditor
def audit_text
if text =~ /system\s+['"]scons/
- problem "use \"scons, *args\" instead of \"system 'scons', *args\""
+ problem "use \"scons *args\" instead of \"system 'scons', *args\""
end
if text =~ /system\s+['"]xcodebuild/ && text !~ /SYMROOT=/