Skip to content

Commit

Permalink
ice: fix style nit
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Jul 8, 2015
1 parent 1bb8679 commit d2b22d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/ice.rb
Expand Up @@ -76,7 +76,7 @@ def install
system "make", "install", *args
end

if (build.with? "java")
if build.with? "java"
cd "java" do
system "make", "install", *args
end
Expand All @@ -88,5 +88,4 @@ def install
system "make", "install", *args
end
end

end

0 comments on commit d2b22d7

Please sign in to comment.