build_game.sh: adjust set -e

This commit is contained in:
Marco Cawthorne 2022-07-07 22:42:46 -07:00
parent 66b09de431
commit 18d03b7367
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 0 additions and 2 deletions

View File

@ -56,9 +56,7 @@ if [ -x "$(command -v fteqcc)" ]; then
if [ -f "$NEWDIR/../.git/config" ]; then
printf "Updating git repo inside $NEWDIR\n"
if [ "$BUILD_UPDATE" -eq 1 ]; then
set +e
git pull
set -e
fi
fi
cd $OLDDIR