mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 02:19:39 +02:00
f233d19df6
- use '#!/bin/bash --noprofile' as shebang
7 lines
170 B
Bash
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" "$@"
|