﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
898	error in sed command in ch6 util-linux	ryan.oliver@…	lfs-book@…	"As per OP

Appears to be an extra ""'"" in the sed command for altering the CFLAGS so
-fno-unit-at-a-time is specified.

Book states

sed -i -e 's%^include ../MCONFIG%'\
'&\n\nCFLAGS:=$(CFLAGS) -fno-unit-at-a-time%' fdisk/Makefile

Should be

sed -i -e 's%^include ../MCONFIG%\&\n\nCFLAGS:=$(CFLAGS) -fno-unit-at-a-time%' \
fdisk/Makefile

Bug report courtesy of BlackAura via IRC"	defect	closed	highest		Book	TESTING	normal	invalid		
