From 1642f431b5fc8e1c11b1b2277dcede8b2531e712 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 3 Jun 2011 17:19:23 -0400 Subject: [PATCH] Clean up a few lines, just syntaxy stuff. --- scripts/install/install_rhel-derivs.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install/install_rhel-derivs.sh b/scripts/install/install_rhel-derivs.sh index b1b40ccb6b..5fdbee44ad 100755 --- a/scripts/install/install_rhel-derivs.sh +++ b/scripts/install/install_rhel-derivs.sh @@ -43,12 +43,10 @@ then confirm fi -ROOT=`pwd` -echo "Phabricator will be installed to: ${ROOT}."; +echo "Phabricator will be installed to: $(ROOT)."; confirm echo "Testing sudo/root..." -SUDO="" if [[ $EUID -ne 0 ]] # Check if we're root. If we are, continue. then sudo true