Commit 917310b
committed
fix: quote variable substitution
To prevent issues with spaces in the variable.
The var should be a single word but it pays to be careful.
Courtesy of https://www.shellcheck.net/1 parent 03f6817 commit 917310b
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments