prototypes: xci: xci-deploy: Set default value for devel parameters 73/36973/1
authorMarkos Chandras <mchandras@suse.de>
Wed, 5 Jul 2017 14:06:49 +0000 (15:06 +0100)
committerMarkos Chandras <mchandras@suse.de>
Wed, 5 Jul 2017 14:09:31 +0000 (15:09 +0100)
commit81cf0fad48c181a22e65ebda341a8f8ea0c08686
treedad7dd03c37a303a03ef624ffdab5350a38119e7
parent4c0f6bcadfb6b323505a6dfa719eca3832a6f127
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>
prototypes/xci/xci-deploy.sh