X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/8996f767e047eefa8af4d01b1434b54f4c169b79..35ed3e788ee00096db70b939dcfa1cf2d7c7ff93:/dump-ecl 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 --------------------------------------------------