[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/40: scripts: import: Handle EPIPE errors when displaying help.
From: |
guix-commits |
Subject: |
17/40: scripts: import: Handle EPIPE errors when displaying help. |
Date: |
Tue, 17 Oct 2023 08:54:39 -0400 (EDT) |
zimoun pushed a commit to branch master
in repository guix.
commit 79b6eef7501c1be6e6b93da5b6e8fd53b0ff0afc
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Mon Oct 16 17:53:21 2023 +0200
scripts: import: Handle EPIPE errors when displaying help.
* guix/scripts/import.scm (%options): Handle EPIPE errors when displaying
help.
---
guix/scripts/import.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/import.scm b/guix/scripts/import.scm
index 4ddd8d46a1..1e8ffd25ec 100644
--- a/guix/scripts/import.scm
+++ b/guix/scripts/import.scm
@@ -78,7 +78,7 @@ Run IMPORTER with ARGS.\n"))
(format (current-error-port)
(G_ "guix import: missing importer name~%")))
((or ("-h") ("--help"))
- (show-help)
+ (leave-on-EPIPE (show-help))
(exit 0))
((or ("-V") ("--version"))
(show-version-and-exit "guix import"))
- 12/40: scripts: gc: Handle EPIPE errors when displaying help., (continued)
- 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, 2023/10/17
- 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 <=
- 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
- 25/40: scripts: publish: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 31/40: scripts: shell: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 38/40: scripts: upgrade: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 22/40: scripts: pack: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 23/40: scripts: package: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 03/40: scripts: build: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 30/40: scripts: search: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17
- 39/40: scripts: weather: Handle EPIPE errors when displaying help., guix-commits, 2023/10/17