Modify sed command line to be syntactically correct. I
Modify sed command line to be syntactically correct. It was inclined to ignore the '$<', thus expecting its input from the command line. Replaced with '< $'. Found needed when building multiple ROMs using DDE31c. sed is unchanged.