Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

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

Fixes #25391.
Closes #25392.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
cbarrick authored and jacknagel committed Dec 22, 2013
1 parent 47c73b4 commit 9ba7d27
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 9ba7d27

Please sign in to comment.