add start and stop as generic executables
This commit is contained in:
parent
4f014836f2
commit
bba2b76167
@ -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?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user