Commit 571a0f7
committed
fix(_comp_delimited): treat delimiter as a fixed string
The right-hand side of == in the conditional commands [[ ]] are
treated as a glob pattern. In the other occurrences of $delimiter,
they are quoted as "$delimiter", which means that $delimiter treated
as a fixed string. However, only in this line, $delimiter is treated
as a glob pattern. In this patch, we quote it properly the same as in
the other occurrences of $delimiter.1 parent da16bf6 commit 571a0f7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1199 | 1199 | | |
1200 | 1200 | | |
1201 | 1201 | | |
1202 | | - | |
| 1202 | + | |
1203 | 1203 | | |
1204 | 1204 | | |
1205 | 1205 | | |
| |||
0 commit comments