Files
MX_Pmodule/scripts/Bootstrap/Pmodules/modulecmd
Achim Gsell 7db9a2e068 scripts/Bootstrap/Pmodules/modulecmd:
- wrapper to make modulecmd relocatable
2015-07-10 18:45:06 +02:00

5 lines
154 B
Bash

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