Skip to content

Commit 6886ecc

Browse files
committed
Add set -e on yk_format_new_files.sh.
1 parent 95519c7 commit 6886ecc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

yk_format_new_files.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
33
# Format any new files that we have added in our fork.
44

5+
set -e
6+
57
# The LLVM version tag we are forked from.
68
FORKED_LLVM_VERSION=`git describe --abbrev=0 --match 'llvmorg-*'`
79

0 commit comments

Comments
 (0)