From 9f5794d47758ebac7fe6e72babad40af442df453 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 18 Jan 2012 14:51:57 +0000 Subject: [PATCH] added additional prerequisite check for RubyInline git-svn-id: http://biopieces.googlecode.com/svn/trunk@1728 74ccb610-7750-0410-82ae-013aeee3265d --- ...{biopieces_installer-0.44.sh => biopieces_installer-0.45.sh} | 2 ++ 1 file changed, 2 insertions(+) rename bp_scripts/{biopieces_installer-0.44.sh => biopieces_installer-0.45.sh} (99%) diff --git a/bp_scripts/biopieces_installer-0.44.sh b/bp_scripts/biopieces_installer-0.45.sh similarity index 99% rename from bp_scripts/biopieces_installer-0.44.sh rename to bp_scripts/biopieces_installer-0.45.sh index 15fa23c..fd4f551 100755 --- a/bp_scripts/biopieces_installer-0.44.sh +++ b/bp_scripts/biopieces_installer-0.45.sh @@ -487,6 +487,8 @@ function test_ruby_gem if error=$( gem list --local | grep $gem ); then echo_green "OK" + elif [[ $gem == 'RubyInline' ]] && error=$( ruby -rinline -e '' ); then + echo_yellow "OK" else echo_red "FAIL" echo " Try: gem install $gem" -- 2.39.2