build_oran.sh: use bash as interpreter and set pipefail
authorJackie Huang <jackie.huang@windriver.com>
Wed, 16 Oct 2019 06:53:59 +0000 (14:53 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Wed, 16 Oct 2019 06:53:59 +0000 (14:53 +0800)
commitb5105bbc430312a116b078db74774f7b9ab871b3
tree31f165f289512bb861ac1b7ff7bde5ab75d4338d
parentbe9f4e2b8f45d1c8f5f33b5c112695715d429166
build_oran.sh: use bash as interpreter and set pipefail

Use bash as interpreter and set pipefail so that the non-zero
exit status of bitbake command can be captured.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Icf186eb61bf1eef4a12d8a14146b2216722e910e
scripts/build_oran.sh