lib/lib.bash:lib/libem.bash:

- PSI variables renamed
- adapted to new modulefiles layout
- use term 'group' instead of 'family'
This commit is contained in:
2015-06-04 18:52:31 +02:00
parent a42cdf4645
commit 8ccc6c533e
2 changed files with 54 additions and 24 deletions

View File

@@ -56,7 +56,7 @@ error() {
}
debug() {
[[ ${PSI_DEBUG} ]] || return 0
[[ ${PMODULES_DEBUG} ]] || return 0
log 2 "$@"
}