Fix typo.

This commit is contained in:
Michal Čihař
2010-03-30 13:59:40 +02:00
parent ebd574c385
commit b068e5d7b5

View File

@@ -7,7 +7,7 @@ fi
for x in po/*.po ; do
lang=`echo $x | sed 's@po/\(.*\)\.po@\1@'`
if [ ! -z "$stas" ] ; then
if [ ! -z "$stats" ] ; then
echo -n "$lang: "
fi
mkdir -p locale/$lang/LC_MESSAGES