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
Max Gautier 2024-05-19 12:04:07 +02:00
parent 76dae63c69
commit 96bb0a3e12
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

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](/)"