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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user