summaryrefslogtreecommitdiff
path: root/tcwg-dev-build.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-11-12 10:50:46 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-11-13 15:01:07 +0000
commit4c207930847d0780c0abb96a135a904b4bf9f6c3 (patch)
treea458b4ea8d7aa50b2ba13e2ed5f315fb3ace864d /tcwg-dev-build.sh
parentdd9fdad57aa4048c2a1e839d2101af25769c561f (diff)
tcwg-dev-build.sh: Initialise manifest_validation_opt
Otherwise we are getting error messages: tcwg-dev-build.sh: line 31: manifest_validation_opt: unbound variable Change-Id: I44f121030a34ee62c7f890376cb085d0b6906760
Diffstat (limited to 'tcwg-dev-build.sh')
-rwxr-xr-xtcwg-dev-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcwg-dev-build.sh b/tcwg-dev-build.sh
index 6693b013..8c911c23 100755
--- a/tcwg-dev-build.sh
+++ b/tcwg-dev-build.sh
@@ -23,6 +23,7 @@ if [ x"$release_name" = x"default" ]; then
release_name="$(date +%Y%m%d-%H_%M_%S)"
fi
+manifest_validation_opt=
if [ x"$target" = x"native" ]; then
manifest_validation_opt="--manifest_validation false"
fi