Skip to content

Commit

Permalink
minor if update
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Apr 18, 2017
1 parent 85e0aae commit f8404b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-CGAT-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ else
INSTALL_PYTHON_VERSION=2
fi

if [[ "$INSTALL_SCRIPTS" == "1" ]] ; then
if [[ $INSTALL_SCRIPTS ]] ; then
CONDA_INSTALL_TYPE="cgat-scripts-devel"
elif [[ "$INSTALL_DEVEL" == "1" ]] ; then
elif [[ $INSTALL_DEVEL ]] ; then
CONDA_INSTALL_TYPE="cgat-scripts-devel"
elif [[ $INSTALL_TEST ]] || [[ $INSTALL_UPDATE ]] ; then
if [[ -d $CGAT_HOME/conda-install ]] ; then
Expand Down

0 comments on commit f8404b0

Please sign in to comment.