scripts/Bootstrap/Pmodules/modmanage:
- do not source profiles - modmanage.bash has been moved to libexec
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash --noprofile
|
||||
|
||||
declare -r bindir=$( cd $(dirname $0) && pwd -P )
|
||||
"${bindir}/bash" "${bindir}/modmanage.bash" "$@"
|
||||
"${bindir}/bash" --noprofile --norc "${bindir}/../libexec/modmanage.bash" "$@"
|
||||
|
||||
Reference in New Issue
Block a user