]> gitweb.michael.orlitzky.com - nagios-mode.git/commit
utils/parse_macros: simplify and posixify.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 13 Nov 2022 00:10:19 +0000 (19:10 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 13 Nov 2022 00:10:19 +0000 (19:10 -0500)
commit13a9ddce3994dda86585ff9435a7cbdf89f7be5f
tree67b743f4692fa7743af040cd3581684f6374623d
parent88f78f5858ee66ec81acfbb2cdefb6ae2af072b6
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.
utils/parse_macros