Commit a26f8a5
committed
fix: don't wrap first part of command in quotes
It seems as though some Windows systems don't allow the first part of
the command to be wrapped in quotes. We couldn't detect this issue on
CI, but this was reported by a user.
Fixes #71 parent 2754647 commit a26f8a5
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | | - | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments