Scripts: Remove some subshells that ignore errors

This commit is contained in:
Unrud
2022-06-05 14:07:32 +02:00
committed by Matthias Mailänder
parent 1b9a86c0a0
commit e2fd7ce7ed
8 changed files with 16 additions and 8 deletions

View File

@@ -2,5 +2,6 @@
set -o errexit || exit $?
# OpenRA.Utility relies on keeping the original working directory, so don't change directory
HERE="$(dirname "$(readlink -f "${0}")")"
LAUNCHER=$(readlink -f "${0}")
HERE=$(dirname "${LAUNCHER}")
"${HERE}/../lib/openra/OpenRA.Utility" {MODID} "$@"