Files
Pmodules/Pmodules/modulecmd
T
gsell f233d19df6 Pmodules/modulecmd:
- use '#!/bin/bash --noprofile' as shebang
2016-03-09 17:21:25 +01:00

7 lines
170 B
Bash

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