tg: replace `...` with $(...)
commitd82325af03d4de9743c697e5be2e42454227fecd
authorKyle J. McKay <mackyle@gmail.com>
Tue, 13 Dec 2016 11:07:38 +0000 (13 03:07 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 13 Dec 2016 11:07:38 +0000 (13 03:07 -0800)
tree15ba397b8056e8e9b40b8261996dd2f01697c6aa
parent015981db629e89738b0def2b69a50bb3afdb067c
tg: replace `...` with $(...)

The modern version is $(...) and it's also easier to identify
as it stands out and is more easily nested.

Therefore convert all remaining uses of `...` to $(...) instead.

And while doing so add any extra quotes that should have been
there all along.

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