- Timestamp:
- Dec 11, 2024, 4:38:41 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r5399 r5403 539 539 nc_path=$(nc-config --prefix) 540 540 nf_path=$(nf-config --prefix) 541 env_msg="export PATH=\"$nc_path/bin :\$PATH\""541 env_msg="export PATH=\"$nc_path/bin" 542 542 if [[ $nf_path != "$nc_path" ]]; then 543 env_msg="export PATH=\"$nf_path/bin:$env_msg\"" 544 fi 543 env_msg="$env_msg:$nf_path/bin" 544 fi 545 env_msg="$env_msg:$PATH\"" 545 546 env_msg_tail="# netcdf bin path auto-added by install_lmdz.sh" 546 547 env_msg="$env_msg $env_msg_tail"
Note: See TracChangeset
for help on using the changeset viewer.