From 977046c556b88b04dd6246dbf6979ad1271308ee Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 13 Dec 2017 15:15:32 +0300 Subject: [PATCH] Feat(locate-all): Case-sensitive sort --- locate-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locate-all b/locate-all index 9521272..afaa3e7 100755 --- a/locate-all +++ b/locate-all @@ -1,4 +1,4 @@ #! /bin/sh locate -b \*.git | sed 's!/\.git$!!' | grep -v "/archive/SQLObject/\|/archive/cheetah3/\|/third-party/\|$HOME/tmp/" | - sort | uniq > locate-all.list + LC_ALL=C sort | uniq > locate-all.list -- 2.39.2