Skip to content

Commit 0e7d41e

Browse files
committed
Report failures in makeHeaders
Exit the script when one of the called command fails. Signed-off-by: Kevin Petit <[email protected]>
1 parent 66e5000 commit 0e7d41e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/buildHeaders/bin/makeHeaders

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -ex
4+
35
python3 bin/makeExtinstHeaders.py
46

57
cd ../../include/spirv/unified1

0 commit comments

Comments
 (0)