From b04bc8db5b9c20e24f17232dab3db0099c37cc18 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 25 Nov 2015 11:15:31 -0500 Subject: [PATCH] whitespace cleanup in start.sh --- start.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/start.sh b/start.sh index 5c5bfc22..ff43cc2a 100644 --- a/start.sh +++ b/start.sh @@ -5,7 +5,6 @@ function fedora() { yum install python-pip } - function debian() { local INSTALL_COMMAND='sudo apt-get -y install' hash apt-get &>/dev/null || (echo 'apt-get is missing.' && exit) @@ -41,10 +40,10 @@ function go() { while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null & case `uname` in 'Darwin') - osx - ;; + osx + ;; 'Linux') - debian + debian ;; esac