tg-{export,push}.sh: avoid using "true" and "false" for testing
commitc117ee93fa38afdfd9cb51ef92748376eaa1d850
authorKyle J. McKay <mackyle@gmail.com>
Tue, 20 Feb 2018 13:10:25 +0000 (20 05:10 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 20 Feb 2018 13:10:25 +0000 (20 05:10 -0800)
tree5054767f981f1d31c3542ba44a354335734acc0f
parent91278ca973563583bd6c7b0be6a54a7747cfff1d
tg-{export,push}.sh: avoid using "true" and "false" for testing

Not guaranteed to be more efficient if "true" and "false" are
also built-in, but stick with "test" and its "[" variant for
checking values in order to be more consistent.

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