update.sh: remove non-POSIX -j option to join
commit1020f96f70fcabcf557a0181b7d7d4a4f4776f8b
authorKyle J. McKay <mackyle@gmail.com>
Sat, 4 Jun 2016 07:15:17 +0000 (4 00:15 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 4 Jun 2016 07:15:17 +0000 (4 00:15 -0700)
tree1b1e40b4a1a6a92dc618c7097ae0aef3fb03fed6
parent95aca0f365dd6aa258fb71c447788120a0e3a8f2
update.sh: remove non-POSIX -j option to join

The -j option is not supported by POSIX join implementations that
follow the latest POSIX specification (it was present in an older
POSIX version but has since been removed).

It's also unnecessary in this case since the join field defaults to 1.

Remove the '-j 1' option so mirror update notification works on
platforms that support only the most recent POSIX specification.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/update.sh