From d8728e5f76af99830d8eabd44385e0ca37becebc Mon Sep 17 00:00:00 2001 From: YannMagnin Date: Fri, 22 Dec 2023 13:42:44 +0100 Subject: [PATCH] sh-elf-vhex - v2.0.0-rc20 : hotfix cache behaviour in install process *fix* > [scripts] | [install] hotfix cache behaviour --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index f7c1f13..8b781e5 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -155,8 +155,8 @@ done if [[ "$cache" == 'false' ]] then echo "$TAG Cleaning up built files..." - rm -rf ../../_build - rm -rf ../../_cache + rm -rf ../_build + rm -rf ../_cache fi echo -e \