dynod / buildenv

Build environment setup system, based on Python venv
Mozilla Public License 2.0
0 stars 1 forks source link

Support bash variable default value syntax #108

Closed zedaav closed 10 months ago

zedaav commented 10 months ago

... for env vars used in configuration

zedaav commented 10 months ago

Actually nothing to do.... Simply use following syntax to use env var + default value if not set (at least on linuxPython config)

linuxPython = ${SOME_ENV:-python3}