From: Michael Orlitzky Date: Fri, 11 Nov 2022 20:03:13 +0000 (-0500) Subject: utils/parse_object_definitions: miscellaneous cleanups. X-Git-Tag: v0.4~11 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=af5407aaaf8e595e76c4713872e5a9d3e5027122;hp=af5407aaaf8e595e76c4713872e5a9d3e5027122;p=nagios-mode.git utils/parse_object_definitions: miscellaneous cleanups. 1. Use /bin/sh instead of /bin/bash 2. Use basic (non-extended) regular expressions with grep 3. Use plain "grep" instead of "grep --extended-regexp --color=never" 4. Write the result to stdout; drop the second CLI argument ---