sh-elf-vhex - v2.0.0-rc20 : hotfix cache behaviour in install process

*fix*
> [scripts]
  | [install] hotfix cache behaviour
This commit is contained in:
YannMagnin 2023-12-22 13:42:44 +01:00
parent f5861b3b16
commit d8728e5f76
No known key found for this signature in database
GPG Key ID: D82629D933EADC59
1 changed files with 2 additions and 2 deletions

View File

@ -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 \