Skip to content
Snippets Groups Projects
Aren Moynihan's avatar
ArenM authored
This is a stylistic change only.

Generated by this program, which takes care to treat '_' and '-' as the
same character for the purpose of sorting:

perl -e 'print sort {($a =~ s/_/-/r) cmp ($b =~ s/_/-/r)} <>' modules-initfs | uniq | sponge modules-initfs
443fb1a8
History
Name Last commit Last update