mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 02:19:39 +02:00
Pmodules/modmange.bash.in:
- bugfix in initializing a new module environment, fixes #16
This commit is contained in:
@@ -420,12 +420,12 @@ environment at '${PMODULES_ROOT}'
|
||||
echo
|
||||
|
||||
echo "Syncing configuration ..."
|
||||
sync_config "${PMODULES_ROOT}" \
|
||||
sync_config "${src_prefix}" \
|
||||
"${target_prefix}" || \
|
||||
std::die 1 "Error: configuration synchronization failed!"
|
||||
|
||||
echo "Syncing Pmodules ${PMODULES_VERSION} from '${src_prefix}' to '${target_prefix}'..."
|
||||
sync_module "Tools/Pmodules/${PMODULES_VERSION}" \
|
||||
sync_module "Tools/${PMODULES_MODULEFILES_DIR}/Pmodules/${PMODULES_VERSION}" \
|
||||
"${src_prefix}" \
|
||||
"${target_prefix}" || \
|
||||
std::die 1 "Error: sync Pmodules failed!"
|
||||
|
||||
Reference in New Issue
Block a user