awk(1) match() takes a regex, use /.../ to remind ourselves of this
authordteske <dteske@FreeBSD.org>
Mon, 12 Dec 2016 18:45:52 +0000 (18:45 +0000)
committerdteske <dteske@FreeBSD.org>
Mon, 12 Dec 2016 18:45:52 +0000 (18:45 +0000)
commitc523ed6ee1408b872ea30cc0d566a10254999f24
tree54db808b56858255f52ac65213f35f70fc310842
parent827f6676dc39e8e09cb4231a3b262c760d9965ab
awk(1) match() takes a regex, use /.../ to remind ourselves of this
NB: The difference between "..." and /.../ for a regex in awk is that
quoted strings go through escape expansion first (e.g., \\ becomes \)
usr.sbin/bsdinstall/scripts/wlanconfig