Commit 3ba00b5
compiler wrapper: ensure variables are declared (#2744)
Variables like `mode` where not initialized, so that ultimately `$mode` referenced to the environment variable instead of the local variable.
Fix this class of issues for a couple local variables.1 parent e6c498a commit 3ba00b5
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
298 | 302 | | |
299 | 303 | | |
300 | 304 | | |
| |||
0 commit comments