Skip to content

Commit

Permalink
autotrace: prefer %W array
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Aug 18, 2016
1 parent 431e7b2 commit 3e9faf9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Formula/autotrace.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ class Autotrace < Formula
end

def install
args = ["--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--mandir=#{man}"]
args = %W[
--disable-debug
--disable-dependency-tracking
--prefix=#{prefix}
--mandir=#{man}
]

args << "--without-magick" if build.without? "imagemagick"

Expand Down

0 comments on commit 3e9faf9

Please sign in to comment.