From b7d7a71bf1b97f67235ca1737b6cc07c94ce7ecc Mon Sep 17 00:00:00 2001 From: Jeroen Demeyer Date: Tue, 1 Nov 2016 20:27:44 +0100 Subject: [PATCH] Don't use <<- here documents --- build/pkgs/ecm/spkg-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pkgs/ecm/spkg-install b/build/pkgs/ecm/spkg-install index 964b32aa8c7..abea99e020e 100755 --- a/build/pkgs/ecm/spkg-install +++ b/build/pkgs/ecm/spkg-install @@ -147,11 +147,11 @@ else # The compiler supports '-march=native', but the assembler might not # support (some of) the instructions emitted with this (e.g. the # Apple assembler doesn't know AVX yet). - cat >foo.c <<-"EOF" + cat >foo.c </dev/null && ./foo >/dev/null; then cpu_params="-march=native" else