gen_constants: simplify grep by using ERE by default

Rather than use a BRE and escape specific chars up to ERE, default
to ERE by using the -E flag and drop all the \ chars.  This makes
the code more readable.

Change-Id: I53342db748f1418194e87b519324f14eb70858c1
1 file changed