me
/
guix
Archived
1
0
Fork 0

scripts: substitute: Handle EPIPE errors when displaying help.

* guix/scripts/substitute.scm (%options): Handle EPIPE errors when displaying
help.
Simon Tournier 2023-10-16 18:44:35 +02:00
parent 6c5516ab83
commit c4aa37fde9
No known key found for this signature in database
GPG Key ID: 92F1D22C608EE7E5
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ default value."
((or ("-V") ("--version"))
(show-version-and-exit "guix substitute"))
((or ("-h") ("--help") ())
(show-help)
(leave-on-EPIPE (show-help))
(exit 0))
(_ #t))