Skip to content
Snippets Groups Projects
Unverified Commit 96bb0a3e authored by Max Gautier's avatar Max Gautier
Browse files

sidebar_gen: force C locale

If we don't, find output can change depending on system locale, which
will produce inconsistent results.
parent 76dae63c
Branches
Tags
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -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](/)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment