mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-20 11:32:33 +01:00
Remove -e
This commit is contained in:
@@ -274,7 +274,7 @@ make_windows_package() {
|
|||||||
# set -e is not recommended and unpredictable.
|
# set -e is not recommended and unpredictable.
|
||||||
# see https://stackoverflow.com/questions/64786/error-handling-in-bash
|
# see https://stackoverflow.com/questions/64786/error-handling-in-bash
|
||||||
# and http://mywiki.wooledge.org/BashFAO/105
|
# and http://mywiki.wooledge.org/BashFAO/105
|
||||||
set -euo pipefail
|
set -uo pipefail
|
||||||
error() {
|
error() {
|
||||||
local parent_lineno="$1"
|
local parent_lineno="$1"
|
||||||
local message="$2"
|
local message="$2"
|
||||||
@@ -290,4 +290,3 @@ trap 'error $LINENO ""' ERR
|
|||||||
|
|
||||||
main "$@"; exit
|
main "$@"; exit
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user