From 9cb6e8783c61f9d7008e442b348f5f24b8d6a1cb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Sep 1999 07:15:09 +0000 Subject: Update. 1999-08-30 Andreas Jaeger * io/ftwtest-sh: Set LC_ALL and LANG to fix locale dependencies in sort. 1999-09-01 H.J. Lu * sysdeps/unix/sysv/linux/alpha/sys/user.h: New file. * sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Include instead of . --- io/ftwtest-sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'io') diff --git a/io/ftwtest-sh b/io/ftwtest-sh index dadbfa0ca6..389c4122e8 100644 --- a/io/ftwtest-sh +++ b/io/ftwtest-sh @@ -16,6 +16,12 @@ if test `id | sed "s/uid=\([0-9]*\).*/\1/"` = 0; then exit 0 fi +# Since we use `sort' we must make sure to use the same locale everywhere. +LC_ALL=C +export LC_ALL +LANG=C +export LANG + # First create our scenario: tmp=`echo ${TMPDIR:-/tmp} | sed 's|\(.\)/*$|\1|'` tmpdir=$tmp/ftwtest.d -- cgit v1.2.3