From: Michael Orlitzky Date: Sun, 13 Nov 2022 00:10:19 +0000 (-0500) Subject: utils/parse_macros: simplify and posixify. X-Git-Tag: v0.4~8 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=13a9ddce3994dda86585ff9435a7cbdf89f7be5f;hp=13a9ddce3994dda86585ff9435a7cbdf89f7be5f;p=nagios-mode.git utils/parse_macros: simplify and posixify. Update this script to be POSIX compliant, and to run under /bin/sh instead of /bin/bash. In addition it now prints its output to stdout rather than a named output file, and creates its temporary file more sanely and securely. ---