From 0ee8457854145153a8ff0033d64e0583fd4c4d5a Mon Sep 17 00:00:00 2001 From: jackchen858 Date: Thu, 24 Jan 2013 20:59:35 -0500 Subject: [PATCH] Update railsready.sh Fix the broken mismatched if... fi --- railsready.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/railsready.sh b/railsready.sh index 345ad3c..d9bd0db 100755 --- a/railsready.sh +++ b/railsready.sh @@ -34,8 +34,6 @@ echo "#################################" #determine the distro if [[ $MACHTYPE = *linux* ]] ; then distro_sig=$(cat /etc/issue) - if [[ $distro_sig =~ ubuntu ]] ; then - distro="ubuntu" if [[ $distro_sig =~ Ubuntu ]] ; then distro="ubuntu" elif [[ $distro_sig =~ centos ]] ; then