From d69ad59126cd660c74a60e230736848ecf58d84c Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Tue, 13 Aug 2019 23:41:43 +0300 Subject: [PATCH] Expand here-document Debian /bin/sh cannot handle it. --- scripts/build.sh | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index a8ca10f..3caa314 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -5,13 +5,32 @@ CFLAGS="$CFLAGS -O2" # -falign-functions CFLAGS="$CFLAGS -I ../c -D NDEBUG -D USE_COMPUTED_GOTO" LFLAGS="-lm" os="$(uname | tr A-Z- a-z_)" -read -d '' o_files <