sh-elf-vhex - v2.0.0-rc19 : fix cache behaviour in install process

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

View File

@ -155,7 +155,8 @@ done
if [[ "$cache" == 'false' ]]
then
echo "$TAG Cleaning up built files..."
rm -rf ../../build
rm -rf ../../_build
rm -rf ../../_cache
fi
echo -e \