From bfeecd5ce5e7749139cfb708c0fa5a0c0a31a7bc Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Sun, 12 Aug 2012 21:55:20 +0200 Subject: pcre: fix typo Closes #14141. Signed-off-by: Jack Nagel --- Library/Formula/pcre.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/pcre.rb b/Library/Formula/pcre.rb index 6223dfd89..6961be689 100644 --- a/Library/Formula/pcre.rb +++ b/Library/Formula/pcre.rb @@ -14,7 +14,7 @@ class Pcre < Formula end def install - ENV.universal_binary if build.niversal? + ENV.universal_binary if build.universal? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", -- cgit v1.2.3