]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tools: (get-options.sh) skip programs that do not use <struct option>
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 25 Dec 2025 04:31:02 +0000 (23:31 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 25 Dec 2025 05:38:21 +0000 (00:38 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
tools/get-options.sh

index ef71729a4657454e9eb3b28bc57429f3aee4c8a7..44a1ab1c8faddb397b5f150758ac0c9360e9378a 100755 (executable)
@@ -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 '<program_name>.c', however
 # some tools have differing file names. To handle these special cases we build