sequencer: simplify building argument list in do_exec()
commit242aa33de0f18bf09dd147401af9b44cf961d532
authorRené Scharfe <l.s.r@web.de>
Sun, 30 Oct 2022 11:49:37 +0000 (30 12:49 +0100)
committerTaylor Blau <me@ttaylorr.com>
Sun, 30 Oct 2022 18:04:37 +0000 (30 14:04 -0400)
tree93f6ccc076f4b9d0da4618259e29b0e111841eba
parenteede29aa359a3049d1d1aea38a2cfc3eb547a23c
sequencer: simplify building argument list in do_exec()

Build child_argv during initialization, taking advantage of the C99
support for initialization expressions that are not compile time
constants.  This avoids the use of a magic index constant and is shorter
and simpler.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
sequencer.c