tg-mail: do not use arrays, which are bashisms
commit6423f07442eddd157516839e149d328b74adb2c1
authormartin f. krafft <madduck@madduck.net>
Fri, 26 Sep 2008 19:04:19 +0000 (26 21:04 +0200)
committerPetr Baudis <pasky@suse.cz>
Fri, 7 Nov 2008 21:24:03 +0000 (7 22:24 +0100)
tree654e092f2344970d9d4f8926554b87ca666ab53f
parentedf174dd4da3639dc76127a3fec3e8fe2d46edb3
tg-mail: do not use arrays, which are bashisms

tg-mail uses shell arrays for the people array, which are not supported by
POSIX. The script runs as /bin/sh, so it cannot assume non-POSIX features.
This patch reimplements the array population with a POSIX-compliant approach.

Signed-off-by: martin f. krafft <madduck@madduck.net>
tg-mail.sh