From 9f6c9851e0bfbd1d0b8f164ed9b7b1c63af7ded8 Mon Sep 17 00:00:00 2001 From: dem7yw <dem7yw@git.zephyr-software.com> Date: Thu, 24 Mar 2016 13:44:35 +0000 Subject: [PATCH] Typo --- build-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-all.sh b/build-all.sh index 8931bebc7..555ba649c 100755 --- a/build-all.sh +++ b/build-all.sh @@ -110,8 +110,8 @@ if [ -d DieHard ]; then fi cd $PEASOUP_UMBRELLA_DIR -if [ -d non_overlapping_stack ]; then - make -C non_overlapping_stack +if [ -d non_overlapping_heap ]; then + make -C non_overlapping_heap fi cd $PEASOUP_UMBRELLA_DIR -- GitLab