From 5f7fd4ddf4887391d7f2c60852ac95872f070c1c Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Wed, 21 Oct 2015 01:08:30 +0000 Subject: [PATCH] --- build-all.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build-all.sh b/build-all.sh index 8376bb093..4becd9c70 100755 --- a/build-all.sh +++ b/build-all.sh @@ -69,13 +69,12 @@ make || exit make install || exit -if [ -d $ZIPR_HOME ]; +if [ -d $ZIPR_HOME ]; then cd $ZIPR_HOME scons || exit fi -if [ -d $ZIPR_SCFI_PLUGIN ]; -then +if [ -d $ZIPR_SCFI_PLUGIN ]; then cd $ZIPR_SCFI_PLUGIN scons || exit fi -- GitLab