- configuration file 'environment.bash' merged into 'profile.bash'

- OS dependent build configuration is now in 'modbuild.conf'
- set PATH before sourcing 'modbuild.conf'
- installation path of modulefile fixed
- go through all build steps if nothing else is specified on command line
This commit is contained in:
2017-06-09 10:36:05 +02:00
parent f757d9f920
commit dac5885500
9 changed files with 77 additions and 117 deletions
+1 -1
View File
@@ -1464,7 +1464,7 @@ pmodules_init() {
declare -g PMODULES_DEFAULT_GROUPS=''
declare -g PMODULES_DEFAULT_RELEASES=''
source "${PMODULES_ROOT}/${PMODULES_CONFIG_DIR}/environment.bash"
source "${PMODULES_ROOT}/${PMODULES_CONFIG_DIR}/profile.bash"
declare -g LOADEDMODULES=''
declare -g PMODULES_USED_GROUPS=''