From 2771205bc3fd9156b1ad396831e9cc012c170b47 Mon Sep 17 00:00:00 2001 From: anchao Date: Sun, 27 Jan 2019 07:42:49 -0600 Subject: [PATCH] apps/tools/mksymtab.sh: 'export LC_ALL=C' to get the traditional sort order --- tools/mksymtab.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mksymtab.sh b/tools/mksymtab.sh index 18a1d1dca..a659de01a 100755 --- a/tools/mksymtab.sh +++ b/tools/mksymtab.sh @@ -34,6 +34,8 @@ # ############################################################################ +export LC_ALL=C + usage="Usage: $0 " # Check for the required directory path