From 4ee94a2632fc3960a355fb096ee7b2dc098b3ae5 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 21 Apr 2016 15:03:22 +0200 Subject: [PATCH] Pmodules/modbuild: some white-space removed --- Pmodules/modbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modbuild b/Pmodules/modbuild index a7138b2..4588dca 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<=NF; i++) printf \$i \" \"}" | tail -1) ) + awk "${with_modules_awk_pattern} {for (i=4; i<=NF; i++) printf \$i \" \"}" | tail -1) ) else if [[ -r "${BUILD_BLOCK_DIR}/with_modules-$V" ]]; then with_modules+=( $(cat "${BUILD_BLOCK_DIR}/with_modules-$V") )