tg-update.sh: run only one copy of sed, not three
commita193d63a6c397da9b6fd908e60f7f9f6d87ced16
authorKyle J. McKay <mackyle@gmail.com>
Wed, 30 Aug 2017 21:56:58 +0000 (30 14:56 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 30 Aug 2017 21:56:58 +0000 (30 14:56 -0700)
tree9623562ee435372c743f5967975d6fd3d4c458e1
parent0cd0554d31d82aafef3e6b782ca0fac16e029682
tg-update.sh: run only one copy of sed, not three

There's absolutely no reason to run three distinct copies
of sed in a pipeline when a single copy of sed will do
just fine.

Make it so.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
tg-update.sh