mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Make sure that if any of the piped commands fail, the cleanliness fails (#1083)
This commit is contained in:
parent
fc083dad86
commit
f43b833f01
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
###############################################################################
|
||||
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
SCRIPT=$( basename "${BASH_SOURCE[0]}" )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue