Re: [PATCH] tools: mm: Added modern version of shell quote and a stranza for required command check
From: Christoph Berg
Date: Tue Jul 01 2025 - 06:57:34 EST
> -gnuplot -p << EOF
> +$(command -v gnuplot) -p << EOF
Why would you delegate PATH searching to `command -v` when you can
just invoke the command directly?
Christoph