Skip to content

Commit f43b833

Browse files
authored
Make sure that if any of the piped commands fail, the cleanliness fails (#1083)
1 parent fc083da commit f43b833

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

releng/scripts/check_glibc_dependencies.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
###############################################################################
1212

1313
set -eu
14+
set -o pipefail
1415

1516
SCRIPT=$( basename "${BASH_SOURCE[0]}" )
1617

0 commit comments

Comments
 (0)