update.sh: use configured nc_openbsd_bin
commit0d48a8624696b590c8b1ad81610e62a43022592f
authorKyle J. McKay <mackyle@gmail.com>
Sun, 16 Feb 2014 02:58:53 +0000 (15 18:58 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 16 Feb 2014 02:58:53 +0000 (15 18:58 -0800)
treee78f6cecb834f67e4ae0a1f9301525fdb10852ce
parentc6c7399e9f4bc0add15992a7e6b7025d1d039f37
update.sh: use configured nc_openbsd_bin

Since a7a78dc4 the nc.openbsd executable has been configurable, but
since POSIX shells do not in general support defining functions
containing a ".", the function used to invoke it is nc_openbsd
instead of nc_openbsd.

Correct update.sh to use nc_openbsd instead of nc.openbsd so that
it uses the configured nc.openbsd executable.
jobd/update.sh