In shell statements use shell pattern '+([0-9])', not sed regular
authorkrw <krw@openbsd.org>
Sat, 24 Jan 2015 00:20:35 +0000 (00:20 +0000)
committerkrw <krw@openbsd.org>
Sat, 24 Jan 2015 00:20:35 +0000 (00:20 +0000)
commitff3ad9841e96c878635dac92c37fc75d873eab6b
tree7810787755e917f7bb17cd7ad52a10a4e562fe1f
parent5e231b3ac8009e12c46ea2140635932bc253a7c2
In shell statements use shell pattern '+([0-9])', not sed regular
expression '[0-9]*'.

Should fix problem reported by jsg@ where 'hostname.vlan6.bak' was
deemed to be an active vlan specification during upgrade.

No change to script output.

Tested by rpe@.

ok halex@ rpe@
distrib/miniroot/install.sub