]> gitweb.michael.orlitzky.com - nagios-mode.git/commitdiff
utils/parse_object_definitions: miscellaneous cleanups.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 11 Nov 2022 20:03:13 +0000 (15:03 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 11 Nov 2022 21:19:54 +0000 (16:19 -0500)
  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


No differences found