/bin: make utilities quit on error
This commit is contained in:
parent
5df80addeb
commit
b97a155de4
@ -1,6 +1,6 @@
|
||||
#!/bin/env sh
|
||||
# single header api generator with clang
|
||||
|
||||
set +e
|
||||
set -e
|
||||
|
||||
clang -I./ -P -E -nostdinc -nobuiltininc -DTWN_NOT_C $TWNROOT/include/twn_game_api.h 2> /dev/null | clang-format
|
||||
|
Loading…
Reference in New Issue
Block a user