[Bug other/22232] New: Bug in "fixproto" (missing escape)
afb at users dot sf dot net
gcc-bugzilla@gcc.gnu.org
Wed Jun 29 14:02:00 GMT 2005
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
More information about the Gcc-bugs
mailing list