[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aGO_Ddv1ALTejqK2@msg.df7cb.de>
Date: Tue, 1 Jul 2025 12:57:17 +0200
From: Christoph Berg <cb@...cb.de>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>
Cc: akpm@...ux-foundation.org, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] tools: mm: Added modern version of shell quote and a
stranza for required command check
> -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
Powered by blists - more mailing lists