Fix unbound variable failure 98/4998/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 27 May 2017 15:22:11 +0000 (11:22 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 27 May 2017 15:22:56 +0000 (11:22 -0400)
commit2c2b7ab2906106cf553e0ab358229496a5f1558e
tree91c4d21e7c99229b975715eb401894ffce113190
parent0cd4f5d8c5fc52e167cd19ab00bddec4f7f0c190
Fix unbound variable failure

Virtualenv's activate script has expected unbound variables so will
cause the install scripts to fail if we `set -u` so let's not set that
and leave a note.

Change-Id: I65179570e20e5ae39da54f944ad3a7331ce86184
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/jjb-install.sh
shell/lftools-install.sh