Override the locale so that file lists get a consistent sort order.
Reported by: avg MFC after: 1 week
This commit is contained in:
parent
5062b8b981
commit
435f967468
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user