From f85249062f5f21215f0f452d29238ed411f98904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 10 May 2010 09:36:08 +0200 Subject: [PATCH] Always use locale insensitive search to avoid reordering the file every time. --- scripts/update-po | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-po b/scripts/update-po index ae024f030..f29346744 100755 --- a/scripts/update-po +++ b/scripts/update-po @@ -1,5 +1,6 @@ #!/bin/sh # vim: expandtab sw=4 ts=4 sts=4: +export LC_COLLATE=C LOCS=`ls po/*.po | sed 's@.*/\(.*\)\.po@\1@'` xgettext \ -d phpmyadmin \