scripts/Bootstrap/Pmodules/modulecmd:

- wrapper to make modulecmd relocatable
This commit is contained in:
2015-07-10 18:45:06 +02:00
parent 15fbb5ec83
commit 7db9a2e068

View File

@@ -0,0 +1,4 @@
#!/bin/bash --noprofile
declare -r bindir=$( cd $(dirname $0) && pwd -P )
"${bindir}/bash" --noprofile --norc "${bindir}/../libexec/modulecmd.bash" "$@"