bug-findutils
[Top][All Lists]
Advanced

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

[bug #17782] unwanted prefix "./" before arguments when using -execdir w


From: James Youngman
Subject: [bug #17782] unwanted prefix "./" before arguments when using -execdir with find
Date: Sun, 15 Oct 2006 12:11:14 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060406 Firefox/1.5.0.4 (Debian-1.5.dfsg+1.5.0.4-1)

Update of bug #17782 (project findutils):

                Severity:              3 - Normal => 4 - Important          
             Assigned to:                    None => jay                    

    _______________________________________________________

Follow-up Comment #1:

Prefixing the expansion of {} with ./ is a security feature.  I'm not
planning to remove it.

However, as Andreas points out the actual bug here is that arguments
containing {} are prefixed with ./ at the start of the argument, even if the
{} is not at the start of the argument.   Example:


$ find baz -execdir echo 'foo {}' \;
./foo baz


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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