Navigation Menu

Skip to content

Commit

Permalink
zmap: remove extra space inside brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ara煤jo authored and MikeMcQuaid committed Aug 4, 2016
1 parent 713ab84 commit 381d92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/zmap.rb
Expand Up @@ -25,7 +25,7 @@ class Zmap < Formula
depends_on "mongo-c" => :optional

def install
inreplace ["conf/zmap.conf", "src/zmap.c", "src/zopt.ggo.in" ], "/etc", etc
inreplace ["conf/zmap.conf", "src/zmap.c", "src/zopt.ggo.in"], "/etc", etc

args = std_cmake_args
args << "-DENABLE_DEVELOPMENT=OFF"
Expand Down

0 comments on commit 381d92b

Please sign in to comment.