svn commit: r334614 - stable/11/cddl/usr.sbin/dtrace/tests/tools
Mark Johnston
markj at FreeBSD.org
Mon Jun 4 14:23:05 UTC 2018
Author: markj
Date: Mon Jun 4 14:23:04 2018
New Revision: 334614
URL: https://svnweb.freebsd.org/changeset/base/334614
Log:
MFC r319792:
Override the locale so that file lists get a consistent sort order.
Modified:
stable/11/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh
==============================================================================
--- stable/11/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh Mon Jun 4 14:16:01 2018 (r334613)
+++ stable/11/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh Mon Jun 4 14:23:04 2018 (r334614)
@@ -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
More information about the svn-src-stable
mailing list