Fix prepare-build with DEBEMAIL et al containing spaces
This commit is contained in:
parent
4d683ac50c
commit
f13f8dfce8
|
@ -11,8 +11,8 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export DEBFULLNAME=${DEBFULLNAME:-FlightAware build automation}
|
export DEBFULLNAME="${DEBFULLNAME:-FlightAware build automation}"
|
||||||
export DEBEMAIL=${DEBEMAIL:-adsb-devs@flightaware.com}
|
export DEBEMAIL="${DEBEMAIL:-adsb-devs@flightaware.com}"
|
||||||
|
|
||||||
TOP=`dirname $0`
|
TOP=`dirname $0`
|
||||||
DIST=$1
|
DIST=$1
|
||||||
|
|
Loading…
Reference in a new issue