From: Thomas Weißschuh Date: Tue, 16 Apr 2024 07:00:41 +0000 (+0200) Subject: all_syscalls: fail if any step fails X-Git-Tag: v2.40.1-rc1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=122a97fbf261230b8bd7476ad0cbd91e85302d2c;p=thirdparty%2Futil-linux.git all_syscalls: fail if any step fails Signed-off-by: Thomas Weißschuh (cherry picked from commit 7522d8df797c9ed813b9f75050e25becdcb4a25b) --- 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="