summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2020-11-25 12:33:18 +0200
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2020-11-25 12:33:18 +0200
commit3b13c27c0cd49f2c5c643e6abf3f5527a17f907e (patch)
treea738e78133aa9075f30be57a07cc5b9dcd186c99
parentb7d4f7b6efed4994314c864adb571ec9cfb79d3d (diff)
fix bash if statement, white space missing
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 883630c..46723c9 100755
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ build -p $ACTIVE_PLATFORM -b RELEASE -a AARCH64 -t GCC5 -n `nproc` -D DO_X86EMU=
cp Build/MmStandaloneRpmb/RELEASE_GCC5/FV/BL32_AP_MM.fd optee_os
# Build OP-TEE for the devkit
-if [ !-d 'optee_os/out/arm-plat-vexpress/export-ta_arm64']; then
+if [ !-d 'optee_os/out/arm-plat-vexpress/export-ta_arm64' ]; then
pushd optee_os
export ARCH=arm
CROSS_COMPILE32=arm-linux-gnueabihf- make -j32 CFG_ARM64_core=y \