From f5dd0aa60af05529c853a0c2ecd14eb25362a589 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 25 Jul 2019 11:09:37 +0200 Subject: [PATCH] modbuild.in: debug echo statement removed --- Pmodules/modbuild.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index 9b60313..4fafb73 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -421,7 +421,6 @@ else PATH+=":${PMODULES_ROOT}/${PMODULES_CONFIG_DIR}" fi fi -echo PATH=$PATH source "${opt_build_config}" || \ std::die 3 "Oops: Cannot source configuration file -- '$_'"