Author: markj
Date: Sat Jun 10 14:47:01 2017
New Revision: 319792
URL: https://svnweb.freebsd.org/changeset/base/319792

Log:
  Override the locale so that file lists get a consistent sort order.
  
  Reported by:  avg
  MFC after:    1 week

Modified:
  head/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh

Modified: head/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh
==============================================================================
--- head/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh       Sat Jun 10 
13:45:07 2017        (r319791)
+++ head/cddl/usr.sbin/dtrace/tests/tools/genmakefiles.sh       Sat Jun 10 
14:47:01 2017        (r319792)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to