We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70aa46 commit aaf9a05Copy full SHA for aaf9a05
test/macos-script.sh
@@ -15,6 +15,11 @@ python3 -m pip install -r test/requirements.txt
15
16
export bashcomp_bash=bash
17
env
18
+LC_ALL=C sort <<<$'python-dev\npython3-dev'
19
+LC_COLLATE=C sort <<<$'python-dev\npython3-dev'
20
+LC_ALL=en_US.UTF-8 sort <<<$'python-dev\npython3-dev'
21
+LC_COLLATE=en_US.UTF-8 sort <<<$'python-dev\npython3-dev'
22
+
23
24
autoreconf -i
25
./configure
0 commit comments