Changeset 5008


Ignore:
Timestamp:
Jul 4, 2024, 12:48:36 PM (9 days ago)
Author:
abarral
Message:

fix lmdz rev retrieval

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install_amaury/install_lmdz.sh

    r4997 r5008  
    625625    if [[ -n $svn_lmdz ]]; then
    626626        local curr_rev
    627         curr_rev=$(svn info "$MODEL/modipsl/modeles/LMD"* | grep Revision: | cut -d ":" -f 2)
     627        curr_rev=$(svn info "$MODEL/modipsl/modeles/LMD"* | grep Revision: | cut -d ":" -f 2 | cut -c 2-)
    628628        if [[ $svn_lmdz != "$curr_rev" ]]; then
    629629            local lmdzbranch
Note: See TracChangeset for help on using the changeset viewer.