Commit 196382a
committed
Properly escape executable
Only escaping spaces it not sufficient in cases where
the plugin is used from a path containing an ampersand,
for example. Using escapeshellarg() on the path to the
executable should be enough to handle special characters.1 parent 835cb66 commit 196382a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments