Skip to content
Snippets Groups Projects
Commit b741127d authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 10/08/2022:profile_mesonh.ihm , modif to mnh_expand if ${VER_MNHEXP}=MNHEXPAUTO

parent 1ad14123
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,17 @@ export VERSION_NCL=${VERSION_NCL}
#
export MNH_MEGAN=${MNH_MEGAN}
#
# Use MNH_EXPAND if VER_MNHEXP=MNHEXPAUTO
#
export VER_MNHEXP=${VER_MNHEXP}
if [ "x${VER_MNHEXP}" == "xMNHEXPAUTO" ] ;then
export VERSION_MNHEXP=${VERSION_MNHEXP}
export VERSION_FILEPP=${VERSION_FILEPP}
export FILEPP=\${SRC_MESONH}/pub/FILEPP
export PATH=\${FILEPP}/MNH_Expand_Array-\${VERSION_MNHEXP}:\${PATH}
export PATH=\${FILEPP}/FILEPP-\${VERSION_FILEPP}/bin:\${PATH}
export MANPATH=\${FILEPP}/FILEPP-\${VERSION_FILEPP}/share/man:\${MANPATH}
fi
##########################################################
##########################################################
##########################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment