﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2413	Chapter 5 - GCC Pass 2 - changing dynamic linker location	gerard@…	lfs-book@…	"Current method:

for file in \
 $(find gcc/config -name linux64.h -o -name linux.h -o -name sysv4.h)
do


This can probably be much simplified and shortened by using:

for file in gcc/config/linux64.h gcc/config/linux.h gcc/config/sysv4.h; do
...
done

I think that construct is easier to understand. Using the find command seems overkill here to specify a mere three files in sequence.
"	task	closed	normal	6.5	Book	SVN	normal	wontfix		
