challenge: Really exit with non-zero upon hash mismatch.
[jackhill/guix/guix.git] / scripts / guix.in
index 8f2d8a6..5d6921d 100644 (file)
@@ -64,4 +64,9 @@
       (apply guix-main (command-line))))
 
   (maybe-augment-load-paths!)
+
+  ;; XXX: It would be more convenient to change it to:
+  ;;   (exit (run-guix-main))
+  ;; but since the 'guix' command is not updated by 'guix pull', we cannot
+  ;; really do it now.
   (run-guix-main))