Commit caf59b6
committed
flow: fix typo in dragons comment references
Correct `export := $(VAR)` to `export VAR := $(VAR)` in comments near
OPENROAD_EXE and YOSYS_EXE so they match the actual anti-pattern called
out in the dragons warning near PYTHON_EXE.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent 9f5a086 commit caf59b6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments