Skip to content

Commit

Permalink
Merge pull request #151 from nmreadelf/fix/unset-LANG-in-generate-script
Browse files Browse the repository at this point in the history
Fix: unset lang to use `ls` default outpur order
  • Loading branch information
alexey-milovidov authored Dec 9, 2023
2 parents 29320d9 + fae0a70 commit 6c89335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
sed '/^const data = \[$/q' index.html

FIRST=1
ls -1 */results/*.json | while read file
LANG="" ls -1 */results/*.json | while read file
do
[[ $file =~ ^(hardware|versions)/ ]] && continue;

Expand Down

0 comments on commit 6c89335

Please sign in to comment.