aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-12-02 17:28:05 -0600
committerJack Nagel2013-12-02 17:28:05 -0600
commit550dd6fcd866e7b40c0181864ce2f9cc19bec6a6 (patch)
treeba97ebfd8668a08772d881602d79fb58bf46bdbb /Library
parentd2e70e4f3ee325f7627670591754eef4dbf01112 (diff)
downloadhomebrew-550dd6fcd866e7b40c0181864ce2f9cc19bec6a6.tar.bz2
wine: fix typo
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wine.rb b/Library/Formula/wine.rb
index 3fd21b1f0..f0d2903b7 100644
--- a/Library/Formula/wine.rb
+++ b/Library/Formula/wine.rb
@@ -80,7 +80,7 @@ class Wine < Formula
# libncurses.5.4.dylib, and fails to find it without the fallback path.
def library_path
- path = %W[#{HOMEBREW_PREFIX}/lib /usr/lib]
+ paths = %W[#{HOMEBREW_PREFIX}/lib /usr/lib]
paths.unshift(MacOS::X11.lib) unless build.without? 'x11'
paths.join(':')
end