File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ as follows:
43
43
rm Trackers.rb; awk -f toRuby.awk ../js/simplify-tracker-blocker.js > Trackers.rb`
44
44
```
45
45
** NOTE:**
46
- If your Linux system symlinks * mawk* as * awk* , you need to make sure that the version
47
- of * mawk* is >= 1.3.4. * mawk* versions prior to 1.3.4 are not POSIX-compliant and have
48
- some issues. For example, * mawk 1.3.3* will generate strings that sometimes give compile
49
- warnings when used as follows:
46
+ If your Linux system symlinks * mawk* as * awk* , you need to install * gawk* .
47
+ * mawk* has some defects that will cause it to generate strings that will sometimes not
48
+ compile as ruby Regexp's:
50
49
```
51
50
r = Regexp.new(/<mawk-generated string>/ix)
52
51
```
53
- I discovered this quite by accident. When in doubt, install * gawk* ...
52
+ I discovered this quite by accident. Some versions of * mawk* are not POSIX-compliant
53
+ either. When in doubt, install * gawk* ...
54
54
55
55
The main program is ` mtb ` ; the tracker blocking object is defined in
56
56
` TrackerBlock.rb ` .
You can’t perform that action at this time.
0 commit comments