OpenMDAO / build_pyoptsparse

python script to build/install pyoptsparse with IPOPT (and optionally SNOPT)
Apache License 2.0
9 stars 15 forks source link

Fixed -l switch to work with older versions of bash #26

Closed tadkollar closed 3 years ago

tadkollar commented 3 years ago

Older versions of bash didn't recognize the ${OPTARG^^} syntax to capitalize the value of an environment variable.