Fix: generate and generate.vbs were sorting differently

This commit is contained in:
glx 2019-02-09 22:10:07 +01:00 committed by glx22
parent 0df95811ce
commit 748d72202a

View File

@ -10,6 +10,10 @@
# This file generates all project files based on sources.list, so everyone who
# can start a bash process, can update the project files.
# Set neutral locale so sort behaves the same everywhere
LC_ALL=C
export LC_ALL
ROOT_DIR="`pwd`/.."
if ! [ -e "$ROOT_DIR/source.list" ]
then