This repository was archived by the owner on Mar 23, 2023. It is now read-only.
Commit 0def2c2
authored
Fix .d file generation on OS X (#292)
The awk script that was processing modulefinder output to produce .d
files was not working because it was using \> to match a word ending,
but that is only supported in GNU awk:
https://www.math.utah.edu/docs/info/gawk_5.html#SEC29
Switched that for a more portable equivalent.1 parent 65b2ec8 commit 0def2c2
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | | - | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
0 commit comments