1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

MODULES_LIST: list.sh: fix sort check

This commit is contained in:
Francois Cartegnie 2015-12-24 16:20:36 +01:00
parent a1b2802286
commit 82b4c8e82a

View File

@ -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 ""