diff options
| author | Jack Nagel | 2013-12-02 17:28:05 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-02 17:28:05 -0600 |
| commit | 550dd6fcd866e7b40c0181864ce2f9cc19bec6a6 (patch) | |
| tree | ba97ebfd8668a08772d881602d79fb58bf46bdbb /Library | |
| parent | d2e70e4f3ee325f7627670591754eef4dbf01112 (diff) | |
| download | homebrew-550dd6fcd866e7b40c0181864ce2f9cc19bec6a6.tar.bz2 | |
wine: fix typo
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wine.rb | 2 |
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 |
