From a53e5fb1214d1df025035ae5e95a1a928ab038af Mon Sep 17 00:00:00 2001 From: Simon Tournier Date: Mon, 16 Oct 2023 18:39:41 +0200 Subject: [PATCH] scripts: describe: Handle EPIPE errors when displaying help. * guix/scripts/describe.scm (%options): Handle EPIPE errors when displaying help. --- guix/scripts/describe.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/scripts/describe.scm b/guix/scripts/describe.scm index 5523aa0ec2b..6d451dc902c 100644 --- a/guix/scripts/describe.scm +++ b/guix/scripts/describe.scm @@ -74,7 +74,7 @@ result))) (option '(#\h "help") #f #f (lambda args - (show-help) + (leave-on-EPIPE (show-help)) (exit 0))) (option '(#\V "version") #f #f (lambda args