Fix script aborting when rm fails

This commit is contained in:
Raymond Hill 2021-08-02 10:24:24 -04:00
parent d9b9fed266
commit baff4a2feb
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -e
echo "*** uBlock: Importing from Crowdin archive"
SRC=~/Downloads/crowdin
rm -r $SRC
rm -r $SRC || true
unzip -q ~/Downloads/uBlock\ \(translations\).zip -d $SRC
DES=./src/_locales