From: Mark Wooding Date: Thu, 13 May 2021 13:51:24 +0000 (+0100) Subject: dump-ecl: Insert missing space before line-splicing `\'. X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/commitdiff_plain/82cc08353498d235b64d63baadabf84c28d3e2e2 dump-ecl: Insert missing space before line-splicing `\'. --- 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 --------------------------------------------------