From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 24 01:50:07 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1242E1065675 for ; Tue, 24 Mar 2009 01:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F39BC8FC19 for ; Tue, 24 Mar 2009 01:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n2O1o6ax010472 for ; Tue, 24 Mar 2009 01:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n2O1o65d010471; Tue, 24 Mar 2009 01:50:06 GMT (envelope-from gnats) Date: Tue, 24 Mar 2009 01:50:06 GMT Message-Id: <200903240150.n2O1o65d010471@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Scott Sosna Cc: Subject: Re: bin/124084: find(1): find -execdir does not prepend ./ to filenames, causing problems for certain files. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Scott Sosna List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 01:50:07 -0000 The following reply was made to PR bin/124084; it has been noted by GNATS. From: Scott Sosna To: bug-followup@FreeBSD.org, michael@smith-li.com Cc: Subject: Re: bin/124084: find(1): find -execdir does not prepend ./ to filenames, causing problems for certain files. Date: Mon, 23 Mar 2009 20:29:15 -0500 This is a multi-part message in MIME format. --------------070607050305000006090009 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The same problem occurs with touch: $ touch "-foo" touch: illegal option -- o usage: touch [-acfhm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ... --------------070607050305000006090009 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The same problem occurs with touch:

$ touch "-foo"
touch: illegal option -- o
usage: touch [-acfhm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ...

--------------070607050305000006090009--