0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.2237: CI on Mac fails in sed command

Problem:    CI on Mac fails in sed command.
Solution:   Set LC_ALL to "C". (Ozaki Kiichi, closes #7565)
This commit is contained in:
Bram Moolenaar 2020-12-28 15:46:47 +01:00
parent 746670604a
commit ed1e4c9a70
2 changed files with 3 additions and 1 deletions

View File

@ -291,7 +291,7 @@ jobs:
- name: Build
env:
LANG: C
LC_ALL: C
run: |
make -j${NPROC}

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2237,
/**/
2236,
/**/