scripts/Bootstrap/Pmodules/modulecmd:
- wrapper to make modulecmd relocatable
This commit is contained in:
4
scripts/Bootstrap/Pmodules/modulecmd
Normal file
4
scripts/Bootstrap/Pmodules/modulecmd
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash --noprofile
|
||||
|
||||
declare -r bindir=$( cd $(dirname $0) && pwd -P )
|
||||
"${bindir}/bash" --noprofile --norc "${bindir}/../libexec/modulecmd.bash" "$@"
|
||||
Reference in New Issue
Block a user