~ chicken-core (chicken-5) cb98162e7670a479b6da84198230eac28b60a2ae


commit cb98162e7670a479b6da84198230eac28b60a2ae
Author:     Kooda <kooda@upyum.com>
AuthorDate: Wed Dec 18 12:31:25 2019 +0100
Commit:     Kooda <kooda@upyum.com>
CommitDate: Wed Dec 18 12:31:25 2019 +0100

    Add a missing whitespace in the build.sh scripts generated by chicken-install

diff --git a/egg-compile.scm b/egg-compile.scm
index ece0f190..f31a6e97 100644
--- a/egg-compile.scm
+++ b/egg-compile.scm
@@ -753,7 +753,7 @@
     (print "\n" (slashify default-builder platform) " "
            out
            " : "
-           (filelist srcdir source-dependencies platform)
+           (filelist srcdir source-dependencies platform) " "
            src " "
            (qs* eggfile platform) " "
            (if custom cmd "")
Trap