Skip to content

Commit

Permalink
zsh: fix --enable-etcdir
Browse files Browse the repository at this point in the history
`--enable-etcdir` becomes `--enable-etcdir=/etc`

Fixes Homebrew#25391.
Closes Homebrew#25392.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
cbarrick authored and ehershey committed Apr 4, 2014
1 parent 4192423 commit bc57f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/zsh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def install
]

if build.include? 'enable-etcdir'
args << '--enable-etcdir'
args << '--enable-etcdir=/etc'
else
args << '--disable-etcdir'
end
Expand Down

0 comments on commit bc57f40

Please sign in to comment.