···1819# Avoid funny character set dependencies20unexport LC_ALL21-LC_CTYPE=C22LC_COLLATE=C23LC_NUMERIC=C24-export LC_CTYPE LC_COLLATE LC_NUMERIC2526# We are using a recursive build, so we need to do a little thinking27# to get the ordering right.
···1819# Avoid funny character set dependencies20unexport LC_ALL021LC_COLLATE=C22LC_NUMERIC=C23+export LC_COLLATE LC_NUMERIC2425# We are using a recursive build, so we need to do a little thinking26# to get the ordering right.