Commit 82b4c8e8 authored by Francois Cartegnie's avatar Francois Cartegnie

MODULES_LIST: list.sh: fix sort check

parent a1b28022
......@@ -62,7 +62,7 @@ echo "-------------------------------"
echo "Checking for alphabetical order"
echo "-------------------------------"
grep " \* " $LISTFILE | LC_CTYPE=C sort -c && echo "OK"
grep " \* " $LISTFILE | LC_COLLATE=C LC_CTYPE=C sort -c && echo "OK"
echo ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment