Browse Source

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 4 months ago
parent
commit
96bb0a3e12
Failed to extract signature
1 changed files with 1 additions and 0 deletions
  1. 1
      scripts/gen_docs_sidebar.sh

1
scripts/gen_docs_sidebar.sh

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

Loading…
Cancel
Save