]> 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)
committerChristian Hesse <mail@eworm.de>
Tue, 23 May 2023 10:15:41 +0000 (12:15 +0200)
meson.build

index e1099cf5471031ba105e64617b419924726d63b9..41ce9710988698ae2ef36e6d9de06fc75fd62526 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()