OpenBSD grep does not support the \W
syntax for matching whitespace. Changed grep (used in the client script) to use [:space:]
instead. Fixes OpenBSD syncing and seems well-supported by other platforms.
OpenBSD grep does not support the \W
syntax for matching whitespace. Changed grep (used in the client script) to use [:space:]
instead. Fixes OpenBSD syncing and seems well-supported by other platforms.