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:
Max Gautier
2024-05-19 12:04:07 +02:00
parent 76dae63c69
commit 96bb0a3e12

View File

@ -8,6 +8,7 @@
# The script will ignore any files that are not markdown files.
# Usage: bash scripts/gen_docs_sidebar.sh > docs/_sidebar.md
export LANG=C
{
echo "* [Readme](/)"