From 8bb0e1c3b6b12e92acde27360187d2e1a3d31021 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Thu, 8 Jul 2010 22:11:01 +0200 Subject: [PATCH] scriptmenu.sh: fixed problems with some locales --- scriptmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptmenu.sh b/scriptmenu.sh index c0b5540..ecd3714 100755 --- a/scriptmenu.sh +++ b/scriptmenu.sh @@ -16,7 +16,7 @@ do echo "${i}" >> /tmp/scriptmenu.$$ done -sort > /tmp/scriptmenu_s.$$ < /tmp/scriptmenu.$$ +LC_ALL=C sort > /tmp/scriptmenu_s.$$ < /tmp/scriptmenu.$$ cut -d';' -f1 < /tmp/scriptmenu_s.$$ | uniq > /tmp/menucat.$$