https://bugzilla.wikimedia.org/show_bug.cgi?id=55562

       Web browser: ---
            Bug ID: 55562
           Summary: 'take' subfolder bug
           Product: Wikimedia Labs
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: tools
          Assignee: m...@uberbox.org
          Reporter: johannes.kr...@wikimedia.de
                CC: benap...@gmail.com, t...@tim-landscheidt.de
    Classification: Unclassified
   Mobile Platform: ---

A Labs user reported the following. Having a folder structure like this:
test.php
folder1/test2.php
folder1/test3.php
'take *' results in the error 'test.php: No such file or directory'.

To reproduce:
$ mkdir -p test && cd test && touch test.php && mkdir -p folder1 && touch
folder1/test2.php && touch folder1/test3.php && take *
test.php: No such file or directory

Possibly, 'take' chdirs to the subfolder, then fails to change back before
attempting to access test.php.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to