diff options
| author | Reinis Taukulis <reinis.taukulis@gmail.com> | 2024-09-16 11:37:19 +0300 |
|---|---|---|
| committer | Reinis Taukulis <reinis.taukulis@gmail.com> | 2024-09-16 11:37:19 +0300 |
| commit | b8581496dfb668d839e879c8e17393d44b726887 (patch) | |
| tree | a771c07753572f6b4b15fc7892565eb3b9882548 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 1c4acc409ee1747035b0aeeb29365b29779e49dd (diff) | |
neovimRequireCheckHook: Fix dependency list
Only the first space in $dependencies was subsituted.
https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion
> ${parameter/pattern/string}
> ${parameter//pattern/string}
> ${parameter/#pattern/string}
> ${parameter/%pattern/string}
> ...
> In the first form above, only the first match is replaced. If
> there are two slashes separating parameter and pattern (the second form
> above), all matches of pattern are replaced with string.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
