Skip to content

Commit c1ae7d1

Browse files
authored
make style.sh error checking more tolerable (#11074)
* Fix style.sh to check for mint availability * Too strict * remove set -e
1 parent a150f0b commit c1ae7d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/style.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
# Commonly
2525
# ./scripts/style.sh master
2626

27-
# Fail the script if any command fails
28-
set -e
29-
3027
# Strip the clang-format version output down to the major version. Examples:
3128
# clang-format version 7.0.0 (tags/google/stable/2018-01-11)
3229
# clang-format version google3-trunk (trunk r333779)

0 commit comments

Comments
 (0)