Fix import script

This commit is contained in:
Raymond Hill 2021-10-16 09:03:12 -04:00
parent 9b7dd61b1d
commit 67737b9b27
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

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