diff --git a/tools/import-crowdin.sh b/tools/import-crowdin.sh index da706c77c..e06f03e58 100755 --- a/tools/import-crowdin.sh +++ b/tools/import-crowdin.sh @@ -78,7 +78,7 @@ cp $SRC/zh-TW/messages.json $DES/zh_TW/messages.json # uBO does not use `$`, so any instance of `$` must be investigated. # See https://issues.adblockplus.org/ticket/6666 echo "*** uBlock: Instances of '\$':" -grep -FR "$" $DES/ +grep -FR "$" $DES/ || true #