asm6: audit fix
This commit is contained in:
parent
f928aa9f4f
commit
50629ef69a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Asm6 < Formula
|
|||
sha256 "b37956f37815a75a6712c0d1f8eea06d1207411921c2e7ff46a133f35f0b3e1d"
|
||||
|
||||
def install
|
||||
system "#{ENV.cc} -o asm6 asm6.c"
|
||||
system "#{ENV.cc}", "-o", "asm6", "asm6.c"
|
||||
bin.install "asm6"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue