prototypes: xci: xci-deploy: Set default value for devel parameters
authorMarkos Chandras <mchandras@suse.de>
Wed, 5 Jul 2017 14:06:49 +0000 (15:06 +0100)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commitd3affbf2236e8127ea904e51c3b54a089168499c
treee1e5b4250f18e2a0d5305a08ab4629a3f30e2b44
parentbbf912a18cfeecdd95bb6e56498b6e8099a5d927
prototypes: xci: xci-deploy: Set default value for devel parameters

Commit 68412ffc734e ("prototypes: xci: xci-deploy.sh: Append trailing
slash for rsync vars") modified xci-deploy.sh script to append a
trailing slash to the devel variables but it broke the script when
one of these variables was not set (since we run with 'set -eu') with
the following error:

./xci-deploy.sh: line 45: !local_user_var: unbound variable

Fixes: I0103b754585931fa1dcd3966c52d7e4a8f2f63f6
Change-Id: Ic2465ff07348b61e74e191516425cd10d80c1fce
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/xci-deploy.sh