As reported by Doug Torrance, the 3rd argument to the 'match' function is actually a GNU extension, so it breaks compatibility when run with another version of awk, for instance mawk. This script changes the code to stuck to the 2 arguments version which is posix. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>