Skip to content

Commit

Permalink
zsh: remove unused configure switches
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Aug 4, 2011
1 parent 5cbe874 commit 56b2e9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Library/Formula/zsh.rb
Expand Up @@ -10,9 +10,7 @@ class Zsh < Formula
skip_clean :all

def install
system "./configure", "--disable-debug",
"--prefix=#{prefix}",
"--disable-dependency-tracking",
system "./configure", "--prefix=#{prefix}",
# don't version stuff in Homebrew, we already do that!
"--enable-fndir=#{share}/zsh/functions",
"--enable-scriptdir=#{share}/zsh/scripts"
Expand Down

0 comments on commit 56b2e9a

Please sign in to comment.