On Tue, Apr 15, 2014 at 8:37 PM, Markus Mohrhard
<markus.mohrhard@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
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.