Skip to content

Commit

Permalink
* Fixing a second issue with GAMS_ROOT being set incorrectly in linux…
Browse files Browse the repository at this point in the history
…/base_build.sh
  • Loading branch information
jredmondson committed Oct 7, 2021
1 parent 7775fce commit c285f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux/base_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ if [ -z $DMPL_ROOT ] ; then
fi

if [ -z $GAMS_ROOT ] ; then
export GAMS_ROOT=$INSTALL_DIR
export GAMS_ROOT=$INSTALL_DIR/gams
fi

if [ -z $MPC_ROOT ] ; then
Expand Down

0 comments on commit c285f37

Please # to comment.