guix system: Fix success report of the bootloader installation.
authorLudovic Courtès <ludo@gnu.org>
Sun, 17 Mar 2019 15:22:43 +0000 (16:22 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 17 Mar 2019 15:30:00 +0000 (16:30 +0100)
Fixes <https://bugs.gnu.org/34890>.
Reported by Jack Hill <jackhill@jackhill.us>.

Regression introduced in 21fcfe1ee969cc477dc41486ae4074e655d44274.

* guix/scripts/system.scm (bootloader-installer-script): Ungexp DEVICE.

guix/scripts/system.scm

index b4bf668..97508f4 100644 (file)
@@ -818,7 +818,7 @@ and TARGET arguments."
                                 (exit 1)))
                        (#$installer #$bootloader #$device #$target)
                        (format #t "bootloader successfully installed on '~a'~%"
-                               device))))))
+                               #$device))))))
 
 (define* (perform-action action os
                          #:key skip-safety-checks?