From: Christian Goeschel Ndjomouo Date: Thu, 25 Dec 2025 04:31:02 +0000 (-0500) Subject: tools: (get-options.sh) skip programs that do not use X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e24100ff971b443bf159ac26f81120f110a7de2;p=thirdparty%2Futil-linux.git tools: (get-options.sh) skip programs that do not use Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tools/get-options.sh b/tools/get-options.sh index ef71729a4..44a1ab1c8 100755 --- a/tools/get-options.sh +++ b/tools/get-options.sh @@ -35,7 +35,7 @@ src_file_paths="$(grep -rE --include="*.c" --exclude="*test_*" \ # We skip these programs because they do not make use of 'struct option longopts[]' # which is passed to getopt(3) for command line argument parsing. -unsupported_programs='blockdev|fsck|mkfs\.cramfs|pg|renice|whereis' +unsupported_programs='blockdev|fsck|kill|mkfs\.cramfs|pg|renice|runuser|whereis' # In general a program's source file name will be '.c', however # some tools have differing file names. To handle these special cases we build