POSIX portability
commit1951cdc45d857b99455ec9c1340464e86404aa3e
authorKyle J. McKay <mackyle@gmail.com>
Wed, 23 Apr 2014 19:10:40 +0000 (23 12:10 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 23 Apr 2014 19:12:05 +0000 (23 12:12 -0700)
treeea778728399d5396c781dcc7a28a6f5b22130011
parent300a809d351e2af1278aaad8854a99ce42628e62
POSIX portability

Replace non-portable sed commands with equivalents that
are POSIX compatible.

In particular s/.../\n/g is replaced with y/.../\n/,
s/.../\t/ is replaced with an explicit tab,
and use of \| is eliminated as it's not part of basic
regular expressions.

Add missing '-' file arguments to paste command.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
tg-base.sh
tg-create.sh
tg-depend.sh
tg-info.sh
tg-patch.sh
tg-summary.sh
tg-update.sh
tg.sh