Commit d24b456
committed
retroarch: Fix ES configscript not using fixed strings in grep commands that are searching for the device name
The impact of this is that any device name that's reported with special characters from grep's default regular expression
engine would fail. For example, "*" would be misinterpreted. This change makes the script more aligned with other
grep commands in the file.1 parent 0442962 commit d24b456
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments