or carp. Ensure that the noglob option is disabled at the end of
parse_hn_line() and ifstart().
Reported by Christer Solskogen and Stefan Wollny, thanks!
#!/bin/sh -
#
-# $OpenBSD: netstart,v 1.177 2017/04/24 20:31:48 rpe Exp $
+# $OpenBSD: netstart,v 1.178 2017/04/25 19:17:33 rpe Exp $
# Turn off Strict Bourne shell mode.
set +o sh
;;
esac
unset _c
+ set +o noglob
}
# Start a single interface.
((_i++))
done
unset _cmds
+ set +o noglob
}
# Start multiple interfaces by driver name.