scripts/Bootstrap/Pmodules/modmanage:

- do not source profiles
- modmanage.bash has been moved to libexec
This commit is contained in:
2015-07-10 18:43:36 +02:00
parent b2aca223c5
commit 15fbb5ec83

View File

@@ -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" "$@"