scriptmenu.sh: fixed problems with some locales
This commit is contained in:
parent
09c95115ee
commit
8bb0e1c3b6
1 changed files with 1 additions and 1 deletions
|
@ -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.$$
|
||||
|
||||
|
|
Loading…
Reference in a new issue