lib/libpmodules.bash:

- read version from 'Pmodules_version.conf, if bootstrapping
This commit is contained in:
2015-07-02 11:12:05 +02:00
parent 6071547d0f
commit aea0cd8d5c

View File

@@ -840,6 +840,10 @@ if [[ ${bootstrap} == no ]]; then
die 44 "$m: module not available!"
fi
done
else
source "${BUILD_BASEDIR}/scripts/Bootstrap/Pmodules_version.conf"
unset PMODULES_HOME
source "/opt/psi/config/environment.bash"
fi
P=$(basename $(dirname "${BUILDSCRIPT}"))