dump-ecl: Insert missing space before line-splicing `\'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 13 May 2021 13:51:24 +0000 (14:51 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 13 May 2021 13:56:08 +0000 (14:56 +0100)
dump-ecl

index 1f5373e..4ec27b4 100755 (executable)
--- 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 --------------------------------------------------