aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2011-08-25 09:29:08 -0500
committerJack Nagel2011-08-25 09:30:16 -0500
commit83b099bf27290f27fa2baf125aa31df7c954433e (patch)
tree76205b49652c7efea5586e909ee810fc7298050d /Library
parent5527677b608dc1bda1070413c241f247c6e1b781 (diff)
downloadhomebrew-83b099bf27290f27fa2baf125aa31df7c954433e.tar.bz2
ghc: use a warning when installing 64-bit
Closes #7200. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ghc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb
index 222d7f44e..26366a7e3 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -22,7 +22,7 @@ class Ghc < Formula
def install
if ARGV.include? '--64bit'
if Hardware.is_64_bit?
- onoe "The x86_64 version is experimental!"
+ opoo "The x86_64 version is experimental!"
else
onoe "The x86_64 version is only for 64-bit hardware."
exit 1