Fix cd not required

This commit is contained in:
Laurent Destailleur 2015-04-02 12:49:11 +02:00
parent 882baa55be
commit 849b94b087

View File

@ -26,7 +26,6 @@ fi
if [ "x$1" = "xall" ]
then
cd htdocs/lang
for dir in `find htdocs/langs/* -type d`
do
fic=`basename $dir`