[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/40: scripts: archive: Handle EPIPE errors when displaying help.
From: |
guix-commits |
Subject: |
02/40: scripts: archive: Handle EPIPE errors when displaying help. |
Date: |
Tue, 17 Oct 2023 08:54:37 -0400 (EDT) |
zimoun pushed a commit to branch master
in repository guix.
commit b53742def399969042f477181cae2637ef3a3842
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Mon Oct 16 18:45:26 2023 +0200
scripts: archive: Handle EPIPE errors when displaying help.
* guix/scripts/archive.scm (%options): Handle EPIPE errors when displaying
help.
---
guix/scripts/archive.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/archive.scm b/guix/scripts/archive.scm
index e32f22ec99..2b5a55a23f 100644
--- a/guix/scripts/archive.scm
+++ b/guix/scripts/archive.scm
@@ -119,7 +119,7 @@ Export/import one or more packages from/to the store.\n"))
;; Specifications of the command-line options.
(cons* (option '(#\h "help") #f #f
(lambda args
- (show-help)
+ (leave-on-EPIPE (show-help))
(exit 0)))
(option '(#\V "version") #f #f
(lambda args
- 36/40: scripts: substitute: Handle EPIPE errors when displaying help., (continued)
- 36/40: scripts: substitute: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 13/40: scripts: git: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 15/40: scripts: hash: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 37/40: scripts: time-machine: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 40/40: guix: import: opam: Handle list of licenses., guix-commits, 2023/10/17
- 04/40: scripts: challenge: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 09/40: scripts: discover: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 20/40: scripts: locate: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 12/40: scripts: gc: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 06/40: scripts: copy: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 02/40: scripts: archive: Handle EPIPE errors when displaying help.,
guix-commits <=
- 05/40: scripts: container: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 16/40: scripts: home: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 01/40: ui: Handle EPIPE errors when displaying Guix version., guix-commits, 2023/10/17
- 21/40: scripts: offload: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 24/40: scripts: processes: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 11/40: scripts: edit: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 29/40: scripts: repl: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 17/40: scripts: import: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 32/40: scripts: show: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 34/40: scripts: style: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17