Make sure that jjb-cleanup.sh allows unbound vars 16/12716/1 v0.24.x
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:39:42 +0000 (08:39 -0700)
commitc63164aeb2e63584cff27903faf63cf136d5de55
tree0135d74fbc296888fc6c920418234cac134d6a18
parent18bb0a40f9ba00fd8417b32fbde9593b6d968c53
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: Idb85e8503977b313b4b6ca53ff9f77242c93ad68
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
shell/jjb-cleanup.sh