tg-push.sh: correct non-portable variable settingtopgit-0.18
commitbfa841051066dbac36f24ee71862a3d59c8222a1
authorKyle J. McKay <mackyle@gmail.com>
Tue, 13 Oct 2015 12:04:00 +0000 (13 05:04 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 13 Oct 2015 12:04:00 +0000 (13 05:04 -0700)
tree5bff7dfb315f73aa72cb56cc81bdce6ec429b166
parent494ca2c4fe2c83daa7c23d2b1040584885dc950e
tg-push.sh: correct non-portable variable setting

Attempting to set a variable temporarily while calling a shell
function using the "var==val func" syntax is highly unportable.

Instead set "var=val" separately to provide consistent behavior.

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