Ignore:
Timestamp:
Apr 23, 2024, 11:02:07 AM (4 weeks ago)
Author:
abarral
Message:

load env from fcm
detect non-critical failures in bench

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install_amaury/install_lmdz.sh

    r4914 r4917  
    320320    # check compiler
    321321    compiler=$(< "$fcm_path" grep "%COMPILER" | sed -e "s/%COMPILER\s*//")
     322
     323    # load env
     324    local env_path=${fcm_path/.fcm/.env}
     325    # shellcheck disable=SC1090
     326    if [[ -f $env_path ]]; then source "$env_path"; fi
    322327}
    323328
Note: See TracChangeset for help on using the changeset viewer.