mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
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
758dcc8cb3
commit
c645060dbb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319792
@ -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…
Reference in New Issue
Block a user