On Tue, Apr 15, 2014 at 8:37 PM, Markus Mohrhard
<markus.mohrh...@googlemail.com> wrote:
>
> It is a feature that it does not look in sub directories. That allows me
> some freedom in organizing documents and moving broken documents around
> without too much work. So I would be a bit reluctant to change that behavior
> as it will break the script on the server. You can just use a script similar
> to the one that I posted for you that iterates over all directories and
> inspects each one.
>

Ok, guess ill just do something like this then:

for dir in ./libreofficedocs/*
    do test-bugzilla-files.py $dir
done

or :

find ./libreofficedocs/ -type d | while read dir
    do test-bugzilla-files.py $dir
done


Thanks for the help,



Regards,


John Smith
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to