Nikita Karetnikov <[email protected]> skribis: >> I wouldn’t bother, though, because it will be used in contexts where >> there’s no risk of ‘prog’ being used while we’re fiddling with it >> (single-threaded, after ‘make install’). > > Better safe than sorry. So I added '.PROG-tmp'.
Good. :-) > + (copy-file prog prog-real) You lack a (chmod prog-real #o755), I think. > + (with-output-to-file prog-tmp > + (lambda () Opening bracket aligned with the ‘i’, please. :-) Other than that it looks perfect, and ready to be pushed. Thanks! Ludo’.
