X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/e41cbc79e39d62f0343a48efc4d832ed99c83aaf..82cc08353498d235b64d63baadabf84c28d3e2e2:/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 --------------------------------------------------