From 841324b880c4fa5a7e86beca38152e42467598b9 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 3 Mar 2012 15:50:27 -0800 Subject: use which method --- Library/Formula/mysql-proxy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/mysql-proxy.rb') diff --git a/Library/Formula/mysql-proxy.rb b/Library/Formula/mysql-proxy.rb index f46c8a578..eadffe616 100644 --- a/Library/Formula/mysql-proxy.rb +++ b/Library/Formula/mysql-proxy.rb @@ -11,8 +11,8 @@ class MysqlProxy < Formula depends_on 'lua' def install - if `which mysql_config`.chomp.empty? - opoo "`mysql_config` not found" + unless which 'mysql_config' + opoo "`mysql_config` was not found" puts "This software requires the MySQL client libraries." puts "You can install them via Homebrew with one of these:" puts " brew install mysql-connector-c" -- cgit v1.2.3