From 8f1c469a98bdf6c3981408e0893bafceddbaa40b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 15 Feb 2017 16:55:02 +0100 Subject: [PATCH] Pmodules/modbuild - erroneously inserted 'i' removed --- Pmodules/modbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modbuild b/Pmodules/modbuild index 9bb233d..e01648b 100755 --- a/Pmodules/modbuild +++ b/Pmodules/modbuild @@ -286,7 +286,7 @@ esac # source Pmodule environment configuration if [[ "${bootstrap}" == "yes" ]]; then - [[ -r ${BUILD_BLOCK_DIR}/../config/${pmodule_environment} ]] || i\ + [[ -r ${BUILD_BLOCK_DIR}/../config/${pmodule_environment} ]] || \ std::die 1 "Cannot read configuration file!" source "${BUILD_BLOCK_DIR}/../config/${pmodule_environment}" declare -r BUILD_BASEDIR=$(std::get_abspath "${BUILD_BLOCK_DIR}/..")