diff options
author | Marc Cornellà <hello@mcornella.com> | 2022-10-03 18:52:50 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2022-10-12 11:06:29 +0200 |
commit | b9be3a43b4da579299b4426b1ba9121f746e2555 (patch) | |
tree | 13127aefd8a728c4aa838759eecd2495f9b9ced1 /plugins/web-search | |
parent | ee4910e3b36dc5556cad567c3760ee500297cc8e (diff) | |
download | zsh-b9be3a43b4da579299b4426b1ba9121f746e2555.tar.gz zsh-b9be3a43b4da579299b4426b1ba9121f746e2555.tar.bz2 zsh-b9be3a43b4da579299b4426b1ba9121f746e2555.zip |
fix(cli): change unrecognized `\s` in BSD awk (#11146)
In BSD awk, \s is not a valid sequence interchangeable with "space or tab characters"
as it is in GNU awk. This fix uses [ \t] instead, which is all the possibilities that
we need to contemplate when reading the .zshrc file.
Fixes #11146
Diffstat (limited to 'plugins/web-search')
0 files changed, 0 insertions, 0 deletions