From 15fbb5ec8382bd8d3dcdb2efe9030670ba00dd28 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 10 Jul 2015 18:43:36 +0200 Subject: [PATCH] scripts/Bootstrap/Pmodules/modmanage: - do not source profiles - modmanage.bash has been moved to libexec --- scripts/Bootstrap/Pmodules/modmanage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" "$@"