diff options
| author | Adam Vandenberg | 2014-05-21 09:03:51 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-21 09:03:51 -0700 |
| commit | bba2b7616735fe5503923c908cc36c9222b40393 (patch) | |
| tree | e2e8604f132700311a3d3fcd2ca1802b05dd9368 /Library | |
| parent | 4f014836f2a5603a05a6de686ef4a298706111c9 (diff) | |
| download | brew-bba2b7616735fe5503923c908cc36c9222b40393.tar.bz2 | |
add start and stop as generic executables
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_cellar_checks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_cellar_checks.rb b/Library/Homebrew/formula_cellar_checks.rb index a37e6a2d2..e1341303b 100644 --- a/Library/Homebrew/formula_cellar_checks.rb +++ b/Library/Homebrew/formula_cellar_checks.rb @@ -91,7 +91,7 @@ module FormulaCellarChecks def check_generic_executables bin return unless bin.directory? - generic_names = %w[run service] + generic_names = %w[run service start stop] generics = bin.children.select { |g| generic_names.include? g.basename.to_s } return if generics.empty? |
