aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPierre Bertet2012-08-12 21:55:20 +0200
committerJack Nagel2012-08-12 16:25:31 -0500
commitbfeecd5ce5e7749139cfb708c0fa5a0c0a31a7bc (patch)
tree5aed054e45ed499557372cf9814e10d3319bdf79 /Library/Formula
parentf3ccf0386c50ec75fe85b15ef46d2b579d297192 (diff)
downloadhomebrew-bfeecd5ce5e7749139cfb708c0fa5a0c0a31a7bc.tar.bz2
pcre: fix typo
Closes #14141. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pcre.rb2
1 files changed, 1 insertions, 1 deletions
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}",