From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16414 invoked by alias); 29 Jun 2005 14:02:43 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 16313 invoked by uid 48); 29 Jun 2005 14:02:25 -0000 Date: Wed, 29 Jun 2005 14:02:00 -0000 From: "afb at users dot sf dot net" To: gcc-bugs@gcc.gnu.org Message-ID: <20050629140221.22232.afb@users.sf.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug other/22232] New: Bug in "fixproto" (missing escape) X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg03442.txt.bz2 List-Id: A bug in the fixproto script makes it get the wrong dir name when: a) on Darwin, with a different "find" command b) short directories are present in include dir This is because a period was not escaped in a sed script within. i.e. sed -e 's|^./||'` Suppose to only change ./ beginnings, but wiped my d/ as well... -- Summary: Bug in "fixproto" (missing escape) Product: gcc Version: 3.3.6 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: afb at users dot sf dot net CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: powerpc-apple-darwin7 GCC host triplet: powerpc-apple-darwin7 GCC target triplet: powerpc-apple-darwin7 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22232