aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zsh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb
index 1ac3c34f4..b439a2da9 100644
--- a/Library/Formula/zsh.rb
+++ b/Library/Formula/zsh.rb
@@ -27,7 +27,7 @@ class Zsh < Formula
]
if build.include? 'enable-etcdir'
- args << '--enable-etcdir'
+ args << '--enable-etcdir=/etc'
else
args << '--disable-etcdir'
end