1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

core: replace set -e by set -o errexit in shell scripts

This commit is contained in:
Sébastien Helleu
2023-03-23 22:01:48 +01:00
parent 29ac28f94a
commit dc8f78163f
4 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -24,8 +24,7 @@
# - Python scripts: flake8 + pylint + bandit
#
# exit on any error
set -e
set -o errexit
# check git repository
ROOT_DIR=$(git rev-parse --show-toplevel)