From f25cc337248fbd6d7a566d723216c89767cf2823 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 22 May 2023 15:57:35 +0200 Subject: [PATCH] meson: include bash-completion for write --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index b3b685b9b7..43398f515c 100644 --- a/meson.build +++ b/meson.build @@ -2403,6 +2403,7 @@ exe = executable( if opt exes += exe manadocs += ['term-utils/write.1.adoc'] + bashcompletions += ['write'] endif # chgrp tty $(DESTDIR)$(usrbin_execdir)/write -- 2.47.3