bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #27563] -L breaks -execdir


From: Andreas Metzler
Subject: [bug #27563] -L breaks -execdir
Date: Wed, 30 Sep 2009 17:25:00 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.6 (Debian-3.0.6-3)

URL:
  <http://savannah.gnu.org/bugs/?27563>

                 Summary: -L breaks -execdir
                 Project: findutils
            Submitted by: ametzler
            Submitted on: Mi 30 Sep 2009 19:24:58 CEST
                Category: find
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.2
           Fixed Release: None

    _______________________________________________________

Details:

Hello,
this based on <http://bugs.debian.org/548944>. If -L is present -execdir does
not work as expected:


address@hidden:/tmp$ mkdir -p findtest/ab/b
address@hidden:/tmp$ cd findtest/
address@hidden:/tmp/findtest$ touch ab/b/yyyy
address@hidden:/tmp/findtest$ find -name yyyy -exec ls {} \;
./ab/b/yyyy
address@hidden:/tmp/findtest$ find -name yyyy -execdir ls {} \;
./yyyy
address@hidden:/tmp/findtest$ find -L -name yyyy -execdir ls {} \;
././ab/b/yyyy
address@hidden:/tmp/findtest$ oldfind -L -name yyyy -execdir ls {} \;
./yyyy

As you can see oldfind (pre-fts) is fine. 4.5.5 behaves the same way as
4.4.2.

thanks, cu andreas




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27563>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]