From 2c04ca6890b4318c1290247bb99a62c071dde2f8 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Mon, 7 Jun 2021 13:38:57 -0400 Subject: [PATCH] Update git submodules * Update cliff from branch 'master' to 392f3b2e7cb2dad8036ebbaefbb75dd758914421 - Handle SIGPIPE exit gracefully If we are piping output to a command that exits before the entire output is written (e.g. "head") then we will receive a BrokenPipeError. This is expected and we should react by exiting gracefully, setting an appropriate return code (128 + SIGPIPE). Change-Id: I0d60e44450da1f48dbd8f459549da80fda69aad5 --- cliff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff b/cliff index d562aae651..392f3b2e7c 160000 --- a/cliff +++ b/cliff @@ -1 +1 @@ -Subproject commit d562aae651f4e4346ee921d8eb67d24141695609 +Subproject commit 392f3b2e7cb2dad8036ebbaefbb75dd758914421