mirror of https://github.com/gorhill/uBlock.git
Fix import script
This commit is contained in:
parent
9b7dd61b1d
commit
67737b9b27
|
@ -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.
|
# uBO does not use `$`, so any instance of `$` must be investigated.
|
||||||
# See https://issues.adblockplus.org/ticket/6666
|
# See https://issues.adblockplus.org/ticket/6666
|
||||||
echo "*** uBlock: Instances of '\$':"
|
echo "*** uBlock: Instances of '\$':"
|
||||||
grep -FR "$" $DES/
|
grep -FR "$" $DES/ || true
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue