Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f83d664e authored by John W. Linville's avatar John W. Linville Committed by David S. Miller
Browse files

wireless: fix comments in genregdb.awk



Apparently some awk versions choke on C-style comments -- who knew? :-)

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d346f49d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -26,11 +26,11 @@ BEGIN {
}
}


/^[ \t]*#/ {
/^[ \t]*#/ {
	/* Ignore */
	# Ignore
}
}


!active && /^[ \t]*$/ {
!active && /^[ \t]*$/ {
	/* Ignore */
	# Ignore
}
}


!active && /country/ {
!active && /country/ {