From cf54e625e6daca80821948042a5c11b6b1ff1c50 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 28 Mar 2020 15:27:01 +0100 Subject: xhog: enforce C locale to fix sorting Closes #174. --- xhog | 1 + 1 file changed, 1 insertion(+) diff --git a/xhog b/xhog index bebffbe..a6a4645 100755 --- a/xhog +++ b/xhog @@ -1,4 +1,5 @@ #!/bin/sh # xhog - list installed XBPS packages ordered by size +export LC_ALL=C xbps-query -p installed_size -s '' | sort -h -k2 | column -s: -t -- cgit 1.4.1