Fixed build always reporting success even if failed.

This commit is contained in:
Axel 2020-12-17 10:46:47 +01:00 committed by Axel1092
parent e32b13ccf2
commit eabca398e9
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ BUILD_OPTION_RELEASE=false
BUILD_OPTION_DUMMY=false
BUILD_RSS_VARIANT=false
OPTS=`getopt -o h --long help,rebuild,server,client,clean,debug,release,rss -n 'parse-options' -- "$@"`
OPTS=`getopt -o h --long help,rebuild,server,client,clean,debug,release,rss,carsim -n 'parse-options' -- "$@"`
eval set -- "$OPTS"

View File

@ -22,7 +22,7 @@ END
REMOVE_INTERMEDIATE=false
BUILD_OSM2ODR=false
OPTS=`getopt -o h --long help,rebuild,build,clean -n 'parse-options' -- "$@"`
OPTS=`getopt -o h --long help,rebuild,build,clean,carsim -n 'parse-options' -- "$@"`
eval set -- "$OPTS"

View File

@ -2,7 +2,7 @@
# Sets the environment for other shell scripts.
# set -e
set -e
CURDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../.." && pwd )"
source $(dirname "$0")/Vars.mk