mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-01 19:50:49 +02:00
- 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:
@@ -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=''
|
||||
|
||||
Reference in New Issue
Block a user