a6bd481e61
The load_env_vars function used eval to assign .env values, which executes command substitutions in backtick-containing comments. Replace eval with declare and strip inline comments before assignment. Fixes #361