tg-mail.sh: properly quote temp file name
commitf6d0d7eb2fe87591b695004c96fdb8a425ddea4d
authorKyle J. McKay <mackyle@gmail.com>
Sun, 4 Mar 2018 03:15:34 +0000 (3 19:15 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 4 Mar 2018 03:15:34 +0000 (3 19:15 -0800)
tree4b0b40d9694e0a242af495997e26a5aa42608cdd
parent5df8f294a70c2c4776ad5f428b7bdddb96ad7bf1
tg-mail.sh: properly quote temp file name

The get_temp function returns an absolute path which could
potentially have whitespace in it.

Add an extra level of quotes to the eval line to make sure
it stays properly quoted.

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