sidebar_gen: force C locale
If we don't, find output can change depending on system locale, which will produce inconsistent results.
This commit is contained in:
@ -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](/)"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user