~ruther/guix-local

314a83ef1e80b47b44debc1118e38d7f761e0e7f — Ludovic Courtès 11 years ago fa16f84
guix system: Fix return value for 'reconfigure'.

* guix/scripts/system.scm (perform-action) <reconfigure>: Add missing
  'return' expression.
1 files changed, 2 insertions(+), 1 deletions(-)

M guix/scripts/system.scm
M guix/scripts/system.scm => guix/scripts/system.scm +2 -1
@@ 289,7 289,8 @@ actions."
               (when grub?
                 (unless (install-grub grub.cfg device target)
                   (leave (_ "failed to install GRUB on device '~a'~%")
                          device)))))
                          device)))
               (return #t)))
            ((init)
             (newline)
             (format #t (_ "initializing operating system under '~a'...~%")