Pmodules/modbuild: some white-space removed

This commit is contained in:
2016-04-21 15:03:22 +02:00
parent da9b1db458
commit 4ee94a2632
+1 -1
View File
@@ -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") )