lang/sort_lang.sh: Ignores non file parameter.
This commit is contained in:
@@ -11,6 +11,7 @@ $Source$
|
||||
* lang/italian: Updated, thanks to Pietro Danesi (danone).
|
||||
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
|
||||
* lang/persian-utf-8.inc.php3: Regenerated, was somehow broken.
|
||||
* lang/sort_lang.sh: Ignores non file parameter.
|
||||
|
||||
2003-10-15 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/russian-windows-1251: wrong charset (bug 823939)
|
||||
|
@@ -73,7 +73,11 @@ sortlang()
|
||||
echo "-------------------------------------------------------------------"
|
||||
for i in $1;
|
||||
do
|
||||
if [ ! -f $i ] ; then
|
||||
echo "$i is not a file, skipping"
|
||||
else
|
||||
echo "Sorting $i"
|
||||
sortlang $i $2
|
||||
fi
|
||||
echo "-------------------------------------------------------------------"
|
||||
done;
|
||||
|
Reference in New Issue
Block a user