Skip to content

Commit

Permalink
sonar: fix audit warning
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Feb 22, 2012
1 parent 638b8f2 commit 2a194f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/sonar.rb
Expand Up @@ -11,7 +11,7 @@ def install

if MacOS.prefer_64_bit?
rm_rf Dir['bin/macosx-universal-32']
else
else
rm_rf Dir['bin/macosx-universal-64']
end

Expand All @@ -21,7 +21,7 @@ def install

if MacOS.prefer_64_bit?
bin.install_symlink "#{libexec}/bin/macosx-universal-64/sonar.sh" => "sonar"
else
else
bin.install_symlink "#{libexec}/bin/macosx-universal-32/sonar.sh" => "sonar"
end
end
Expand Down

0 comments on commit 2a194f6

Please sign in to comment.