Files
MX_Pmodule/scripts/Bootstrap/Pmodules/modmanage
Achim Gsell 15fbb5ec83 scripts/Bootstrap/Pmodules/modmanage:
- do not source profiles
- modmanage.bash has been moved to libexec
2015-07-10 18:43:36 +02:00

5 lines
154 B
Bash

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