From: Michael Orlitzky Date: Fri, 11 Nov 2022 21:18:15 +0000 (-0500) Subject: utils/parse_object_definitions: make POSIX-compatible. X-Git-Tag: v0.4~10 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=88830b7fb9158f62b03876c3ed2c785706b2627d;hp=88830b7fb9158f62b03876c3ed2c785706b2627d;p=nagios-mode.git utils/parse_object_definitions: make POSIX-compatible. This script now uses an ugly sed script instead of relying on the non-portable "--only-matching" flag of grep. ---