From b9ae5f58a14b76310ba779d148ba8a78a43fbe52 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Thu, 30 Oct 2014 17:38:56 +0530 Subject: [PATCH] Minor fix --- bin/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install b/bin/install index 5238f341..b26838ac 100644 --- a/bin/install +++ b/bin/install @@ -124,7 +124,7 @@ if [ -z "$BRANCH" ]; then BRANCH=stable else # Cross check EasyEngine (ee) branch name - git ls-remote --heads https://github.com/rtCamp/easyengine | grep $BRANCH &>> $EE_INSTALL_LOG + git ls-remote --heads https://github.com/rtCamp/easyengine | grep ${BRANCH}$ &>> $EE_INSTALL_LOG if [ $? -ne 0 ]; then ee_lib_error "The $BRANCH branch does not exist, please provide the correct branch name, exit status = " $? fi