﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
3081	gcc-4.6.2 : EOL indicators missing in 'configparms'	matthew deren	lfs-book@…	"Page 37 / LFS 

Example throws 'missing separator' error:
{{{
case `uname -m` in
i?86) echo ""CFLAGS += -march=i486 -mtune=native"" > configparms ;;
esac
}}}

Should be:
{{{
case `uname -m` in \
i?86) echo ""CFLAGS += -march=i486 -mtune=native"" > configparms ;; \
esac
}}}

Thanks and keep up the great work!"	task	closed	normal	7.1	Book	SVN	normal	invalid	configparms missing separator	
