From: Michael Tremer Date: Mon, 21 May 2018 19:56:08 +0000 (+0100) Subject: make.sh: Remove some empty lines X-Git-Tag: v2.21-core122~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2eba1dc954ad479231ebeb51d4f32c52597407f7;p=people%2Fstevee%2Fipfire-2.x.git make.sh: Remove some empty lines Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 818d3aa09d..5d71bab789 100755 --- a/make.sh +++ b/make.sh @@ -862,18 +862,14 @@ fi HOST_MEM=$(system_memory) # Checking host memory, tuning XZ_OPT - if [ $HOST_MEM -lt 1024 ]; then print_build_stage "Host-Memory: $HOST_MEM MiB" print_build_stage "Not enough host memory (less than 1024 MiB, please consider upgrading)" exit 1 - else - XZ_MEM="$(( HOST_MEM * 7 / 10 ))MiB" XZ_OPT="-T4 -8 --memory=$XZ_MEM" - fi if [ -n "${BUILD_ARCH}" ]; then