mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02: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 -eu
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
SCRIPT=$( basename "${BASH_SOURCE[0]}" )
|
SCRIPT=$( basename "${BASH_SOURCE[0]}" )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue