﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
57	setting CLFS_HOST	Joe Ciccone	clfs-commits@…	"Currently the book uses:
{{{
export CLFS_HOST=""$(echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g')""
}}}

I think we should be using this instead:
{{{
export CLFS_HOST=""$(echo $MACHTYPE | sed ""s/$(echo $MACHTYPE | cut -d- -f2)/cross/"")""
}}}

Advantages of the proposed command, It will replace the 2nd field where the delimeter is - with cross."	task	closed	critical	CLFS Standard 1.0.0	BOOK	CLFS Standard 1.0.0	fixed		
