Scripts: Remove exit stmts covered by errexit

This commit is contained in:
Unrud
2022-06-05 14:07:52 +02:00
committed by Matthias Mailänder
parent e2fd7ce7ed
commit c29f1590c9
9 changed files with 19 additions and 19 deletions

View File

@@ -3,6 +3,6 @@ set -o errexit || exit $?
LAUNCHER=$(readlink -f "${0}")
HERE=$(dirname "${LAUNCHER}")
cd "${HERE}/../lib/openra" || exit 1
cd "${HERE}/../lib/openra"
./OpenRA.Server Game.Mod="{MODID}" "$@"