diff --git a/scripts/Bootstrap/Pmodules/modmanage b/scripts/Bootstrap/Pmodules/modmanage index b367a91..e129aae 100644 --- a/scripts/Bootstrap/Pmodules/modmanage +++ b/scripts/Bootstrap/Pmodules/modmanage @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash --noprofile declare -r bindir=$( cd $(dirname $0) && pwd -P ) -"${bindir}/bash" "${bindir}/modmanage.bash" "$@" +"${bindir}/bash" --noprofile --norc "${bindir}/../libexec/modmanage.bash" "$@"