Override the locale so that file lists get a consistent sort order.

Reported by:	avg
MFC after:	1 week
This commit is contained in:
Mark Johnston 2017-06-10 14:47:01 +00:00
parent 758dcc8cb3
commit c645060dbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319792

View File

@ -89,6 +89,8 @@ if [ $# -ne 0 ]; then
usage
fi
export LC_ALL=C
readonly ORIGINDIR=$(realpath $(dirname $0))
readonly TOPDIR=$(realpath ${ORIGINDIR}/../../../../..)
readonly CONTRIB_TESTDIR=${TOPDIR}/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common