From 83b099bf27290f27fa2baf125aa31df7c954433e Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 25 Aug 2011 09:29:08 -0500 Subject: ghc: use a warning when installing 64-bit Closes #7200. Signed-off-by: Jack Nagel --- Library/Formula/ghc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3