Files
MX_Pmodule/scripts/Bootstrap/Pmodules/modmanage
Achim Gsell 2856ab6962 Pmodules/modmanage,modulecmd:
- use /bin/sh in shebang
- unset BASH_ENV
2015-09-17 11:20:57 +02:00

7 lines
168 B
Bash

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