self: Display a new line at the end of module compilation.

* guix/self.scm (compiled-modules)[build]: Add a 'newline' call at the
end.
This commit is contained in:
Ludovic Courtès 2018-04-10 14:34:59 +02:00
parent 14b392a8ad
commit 69447b6393
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -543,7 +543,8 @@ (define (process-directory directory output)
(mkdir #$output)
(chdir #+module-tree)
(process-directory "." #$output))))
(process-directory "." #$output)
(newline))))
(computed-file name build
#:guile guile-for-build