diff options
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/locate.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/locate.scm b/guix/scripts/locate.scm index 79af533fd9..5f3e28797f 100644 --- a/guix/scripts/locate.scm +++ b/guix/scripts/locate.scm @@ -543,7 +543,7 @@ Locate FILE and return the list of packages that contain it.\n")) (define %options (list (option '(#\h "help") #f #f - (lambda args (show-help) (exit 0))) + (lambda args (leave-on-EPIPE (show-help)) (exit 0))) (option '(#\V "version") #f #f (lambda (opt name arg result) (show-version-and-exit "guix locate"))) |