Skip to content

Commit

Permalink
Fix: unset lang to use ls default outpur order
Browse files Browse the repository at this point in the history
  • Loading branch information
nmreadelf committed Dec 3, 2023
1 parent 4eac03c commit fae0a70
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 fae0a70

Please sign in to comment.