From 82cc08353498d235b64d63baadabf84c28d3e2e2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 13 May 2021 14:51:24 +0100 Subject: [PATCH] dump-ecl: Insert missing space before line-splicing `\'. --- dump-ecl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump-ecl b/dump-ecl index 1f5373e..4ec27b4 100755 --- a/dump-ecl +++ b/dump-ecl @@ -167,7 +167,7 @@ EOF -s -o "ecl-run.o" ${eclopt}compile "ecl-run.lisp") ## Finally link everything together. -run "$ecl" ${eclopt}norc -o "$image"\ +run "$ecl" ${eclopt}norc -o "$image" \ ${eclopt}link "$tmp/asdf.o" "$tmp/ecl-run.o" ###----- That's all, folks -------------------------------------------------- -- 2.11.0