From 1aa3367ad79ef01bc15b8ba9f2fe1b5f9f2b77b7 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 4 Mar 2015 14:25:08 +0100 Subject: [PATCH] scripts/Bootstrap: modulecmd.bash renamed to modulecmd.in --- scripts/Bootstrap/Pmodules/{modulecmd.bash => modulecmd.in} | 0 scripts/Bootstrap/install_pmodules.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/Bootstrap/Pmodules/{modulecmd.bash => modulecmd.in} (100%) diff --git a/scripts/Bootstrap/Pmodules/modulecmd.bash b/scripts/Bootstrap/Pmodules/modulecmd.in similarity index 100% rename from scripts/Bootstrap/Pmodules/modulecmd.bash rename to scripts/Bootstrap/Pmodules/modulecmd.in diff --git a/scripts/Bootstrap/install_pmodules.sh b/scripts/Bootstrap/install_pmodules.sh index b540c0e..a0f2c01 100755 --- a/scripts/Bootstrap/install_pmodules.sh +++ b/scripts/Bootstrap/install_pmodules.sh @@ -12,7 +12,7 @@ source "/opt/psi/config/environment.bash" sed_cmd="s:@PMODULES_HOME@:${PMODULES_HOME}:g;" sed_cmd+="s:@PMODULES_VERSION@:${PMODULES_VERSION}:g;" sed_cmd+="s:@MODULES_VERSION@:${MODULES_VERSION}:g" -sed "${sed_cmd}" "${SRC_DIR}/modulecmd.bash" > "${SRC_DIR}/modulecmd" +sed "${sed_cmd}" "${SRC_DIR}/modulecmd.in" > "${SRC_DIR}/modulecmd" install -d -m 0755 "${PMODULES_HOME}/bin" install -d -m 0755 "${PMODULES_HOME}/config"