Commit b345448
authored
cut: correct delimiter usage in regex (#1055)
* A backslash is a valid field delimiter for cut, but it caused an error here because it was unintentionally interpreted into the regex
* Some existing scripts use \Q & \E pair in the regex to avoid this kind of problem; do it here too
* This was found when testing against other versions1 parent 01c2bf9 commit b345448
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments