build_game.sh: adjust set -e
This commit is contained in:
parent
66b09de431
commit
18d03b7367
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue