Changeset 4220 for BOL


Ignore:
Timestamp:
Jul 20, 2022, 5:54:17 PM (23 months ago)
Author:
lguez
Message:

Bug fix: we need the environment for some machines

On jean-zay for example.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz_new.sh

    r4219 r4220  
    14391439        fi
    14401440    fi
     1441
     1442    if [[ -f ../arch.env ]]
     1443    then
     1444        source ../arch.env
     1445    fi
     1446
    14411447    echo EXECUTION DU BENCH
    14421448    set +e
Note: See TracChangeset for help on using the changeset viewer.