Commit Graph

9 Commits

Author SHA1 Message Date
gsell f05e9be3c1 cleanup initialisation
- Pmodules/bash: contains now only the 'module()' function, some sanity
  checks and initialization of bash completion plus unsetting some unused
  variables.
- Pmodules/libstd.bash: bug fixed in std::append_path if path includes spaces
- Pmodules/modulecmd.bash.in: (re-)initialize if 'PMODULES_ENV' is empty or
  unset
2019-04-29 17:15:01 +02:00
gsell b83f876289 Pmodules/bash:
- std::append_path() and std::replace_path(): bugfix: spaces in directory names were not handled correctly
2018-09-14 16:52:36 +02:00
gsell f40491b5e3 moved most of the BASH initialisation from config/profile.bash to init/bash 2018-07-11 10:18:26 +02:00
gsell 2242308298 Pmodules/bash
- unused PMOUDLES_USED_GROUPS removed
2017-11-08 12:57:17 +01:00
gsell d7dbccd0e4 Pmodules/bash
- bug-fix in passing options to modulecmd (issue #8)
2017-02-07 17:54:51 +01:00
gsell e0423db6f4 implement/fix issue #2: move additional binaries to "$PMODULES_HOME/sbin" 2017-01-09 17:25:51 +01:00
gsell b23f939948 Pmodules/bash
- unset BASH_ENV in module function
2017-01-09 12:06:37 +01:00
gsell 4120a8d39b bash init file: add comment 2015-09-29 13:26:37 +02:00
gsell 713762d4ff - Bootstrap/ moved one level up
- pmodules.xyz() functions renamed to pbuild::xyz()
- use pbuild for bootstrapping components
2015-09-17 15:03:03 +02:00