sidebar_gen: force C locale
If we don't, find output can change depending on system locale, which will produce inconsistent results.pull/11212/head
parent
76dae63c69
commit
96bb0a3e12
|
@ -8,6 +8,7 @@
|
||||||
# The script will ignore any files that are not markdown files.
|
# The script will ignore any files that are not markdown files.
|
||||||
# Usage: bash scripts/gen_docs_sidebar.sh > docs/_sidebar.md
|
# Usage: bash scripts/gen_docs_sidebar.sh > docs/_sidebar.md
|
||||||
|
|
||||||
|
export LANG=C
|
||||||
{
|
{
|
||||||
echo "* [Readme](/)"
|
echo "* [Readme](/)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue