Roel Janssen <r...@gnu.org> skribis: > From 9455c7b94e0010ff4038132affc7a5c796313894 Mon Sep 17 00:00:00 2001 > From: Roel Janssen <r...@gnu.org> > Date: Tue, 24 Apr 2018 12:48:32 +0200 > Subject: [PATCH] gnu: guile-ssh: Move files from bin to examples directory. > > * gnu/packages/ssh.scm (guile-ssh): Move files from bin to the examples > directory.
[...] > + (invoke "mv" (string-append bin "/ssshd.scm") > examples) > + (invoke "mv" (string-append bin "/sssh.scm") > examples) Please use ‘rename-file’ instead of invoking “mv”. :-) Otherwise LGTM! Bonus points if you report the issue to Artyom upstream! Thanks, Ludo’.