Make sure that jjb-cleanup.sh allows unbound vars 12/12712/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 21 Sep 2018 15:30:28 +0000 (08:30 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 21 Sep 2018 15:30:28 +0000 (08:30 -0700)
commit8a437576acb45aabfdb041bbdedb8f99d52bd247
tree4a8f37d64769fc3f22c3d353bdd86b7b06fcc5fb
parentb774f4d61b404c53b4051981acff659442cd5fcd
Make sure that jjb-cleanup.sh allows unbound vars

Due to our merging of scripts in some of the build steps it's possible
for this script to end up merged in with other scripts that are setting
-u, this will then cause the jjb-cleanup to fail. As such, we need to
explicitly allow unbound variables to be safe

Change-Id: I312e9d737bffefe30a5238809dd03bde1eb0ca6b
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
shell/jjb-cleanup.sh