From 990c97295ff3a7d4bb042bad4caebb5d4ef4f25d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 21 Apr 2016 14:09:35 +0200 Subject: [PATCH] Pmodiules/modbuild: bugfix in extracting dependencies from variant file --- Pmodules/modbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modbuild b/Pmodules/modbuild index dd70770..a7138b2 100755 --- a/Pmodules/modbuild +++ b/Pmodules/modbuild @@ -345,7 +345,7 @@ if [[ ${bootstrap} == no ]]; then fi if [[ -n "${variants}" ]]; then with_modules+=( $(egrep "$V\s.*${OS}" "${variants}" | - awk "${with_modules_awk_pattern} {for (i=4; i