Convert if foo; then bar; fi blocks to foo && bar but leave out enable_network()
authorrpe <rpe@openbsd.org>
Sun, 10 Aug 2014 16:32:28 +0000 (16:32 +0000)
committerrpe <rpe@openbsd.org>
Sun, 10 Aug 2014 16:32:28 +0000 (16:32 +0000)
commitac0c22e0a9e8b50a579096353e2ba70f5b7eb9db
tree744eea778caf4174a58c9d4a00a5977c593d09e3
parentd0994416ac191c743955cc99c2933db80468940d
Convert if foo; then bar; fi blocks to foo && bar but leave out enable_network()
because it shares code&style with /etc/netstart. No functional change.

with feedback and OK krw@ halex@
distrib/miniroot/install.sh
distrib/miniroot/install.sub