Commit 0b6fadd
committed
firefox: fix wrapper autoconfig semicolon
The wrapper has a conditional checking for optional nix extensions. If
it exists it adds a preference line to the autoConfig file.
In the previous commit d3a6a12 the
conditional was added to the line in the config, but it missed the
semicolon at the end of the string. Leading to the autoConfig file
always having a seemingly random ; regardless of the condition.1 parent e6625a2 commit 0b6fadd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments