From 025180d9fc9fe37b1daf9212b13c079397078f8a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 17 Mar 2015 17:24:51 +0100 Subject: [PATCH] scripts/Bootstrap/install_pmodules.sh: run 'environment.bash.in' throu sed --- scripts/Bootstrap/install_pmodules.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Bootstrap/install_pmodules.sh b/scripts/Bootstrap/install_pmodules.sh index 76fc0b1..13d301d 100755 --- a/scripts/Bootstrap/install_pmodules.sh +++ b/scripts/Bootstrap/install_pmodules.sh @@ -14,6 +14,7 @@ sed_cmd+="s:@PMODULES_VERSION@:${PMODULES_VERSION}:g;" sed_cmd+="s:@MODULES_VERSION@:${MODULES_VERSION}:g" sed "${sed_cmd}" "${SRC_DIR}/modulecmd.in" > "${SRC_DIR}/modulecmd" sed "${sed_cmd}" "${SRC_DIR}/modmanage.in" > "${SRC_DIR}/modmanage.bash" +sed "${sed_cmd}" "${SRC_DIR}/environment.bash.in" > "${SRC_DIR}/environment.bash" install -d -m 0755 "${PMODULES_HOME}/bin" install -d -m 0755 "${PMODULES_HOME}/config"