From bc16dc123f7edba5fa30fcde08a83966a94eb141 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 31 Dec 2019 13:47:01 +0100 Subject: [PATCH] Spaces cleanup --- lib/compilation.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/compilation.sh b/lib/compilation.sh index c28d694e9a..41f54bbacc 100644 --- a/lib/compilation.sh +++ b/lib/compilation.sh @@ -276,13 +276,13 @@ compile_kernel() if ! grep -qoE '^-rc[[:digit:]]+' <(grep "^EXTRAVERSION" Makefile | head -1 | awk '{print $(NF)}'); then sed -i 's/EXTRAVERSION = .*/EXTRAVERSION = /' Makefile fi - rm -f localversion + rm -f localversion - # read kernel version - local version=$(grab_version "$kerneldir") + # read kernel version + local version=$(grab_version "$kerneldir") # build 3rd party drivers - compilation_prepare + compilation_prepare advanced_patch "kernel" "$KERNELPATCHDIR" "$BOARD" "" "$BRANCH" "$LINUXFAMILY-$BRANCH"