From: Thomas Weißschuh Date: Tue, 16 Apr 2024 07:00:41 +0000 (+0200) Subject: all_errnos/all_syscalls: fail if any step fails X-Git-Tag: v2.42-start~404^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7522d8df797c9ed813b9f75050e25becdcb4a25b;p=thirdparty%2Futil-linux.git all_errnos/all_syscalls: fail if any step fails Signed-off-by: Thomas Weißschuh --- diff --git a/tools/all_errnos b/tools/all_errnos index 2cfb14bc3a..828d56f683 100755 --- a/tools/all_errnos +++ b/tools/all_errnos @@ -3,6 +3,7 @@ # Derrived from all_syscalls. set -e +set -o pipefail OUTPUT=errnos.h ERRNO_INCLUDES=" diff --git a/tools/all_syscalls b/tools/all_syscalls index 9c147786cf..c8a56155b7 100755 --- a/tools/all_syscalls +++ b/tools/all_syscalls @@ -1,6 +1,7 @@ #!/bin/bash set -e +set -o pipefail OUTPUT=syscalls.h SYSCALL_INCLUDES="