From 550dd6fcd866e7b40c0181864ce2f9cc19bec6a6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 2 Dec 2013 17:28:05 -0600 Subject: wine: fix typo --- Library/Formula/wine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3