]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: include bash-completion for newgrp
authorChristian Hesse <mail@eworm.de>
Mon, 22 May 2023 13:56:28 +0000 (15:56 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 5 Jun 2023 09:59:45 +0000 (11:59 +0200)
meson.build

index 84a86d47fa8bad200ace644a5931a971a4cc1231..b3b685b9b747cabb02f34353834aa6b950444449 100644 (file)
@@ -1014,6 +1014,7 @@ exe = executable(
 if opt and not is_disabler(exe)
   exes += exe
   manadocs += ['login-utils/newgrp.1.adoc']
+  bashcompletions += ['newgrp']
 endif
 
 opt = not get_option('build-lslogins').disabled()