summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-07-10 23:58:39 +0900
committerFilipe Brandenburger <filbranden@google.com>2018-07-10 23:24:39 -0700
commitcbed8ff5a1fefbb0b1d1d45513933fe6c5f5ee50 (patch)
tree1bf8166006c5c5e562940b5489ec30a21f2bee9b /shell-completion
parent9eb0fc32d6cb63e71f2cfc1e7dd34c3ede4b48a3 (diff)
downloadsystemd-cbed8ff5a1fefbb0b1d1d45513933fe6c5f5ee50.tar.gz
meson: drop redundant messages
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/meson.build2
-rw-r--r--shell-completion/zsh/meson.build2
2 files changed, 0 insertions, 4 deletions
diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build
index e7fabe29aa..0d3022b1e9 100644
--- a/shell-completion/bash/meson.build
+++ b/shell-completion/bash/meson.build
@@ -8,8 +8,6 @@ if bashcompletiondir == ''
else
bashcompletiondir = join_paths(datadir, 'bash-completion/completions')
endif
-
- message('bash completions: @0@'.format(bashcompletiondir))
endif
if bashcompletiondir != 'no'
diff --git a/shell-completion/zsh/meson.build b/shell-completion/zsh/meson.build
index 7fc9fcfc71..792b06122f 100644
--- a/shell-completion/zsh/meson.build
+++ b/shell-completion/zsh/meson.build
@@ -3,8 +3,6 @@
zshcompletiondir = get_option('zshcompletiondir')
if zshcompletiondir == ''
zshcompletiondir = join_paths(datadir, 'zsh/site-functions')
-
- message('zsh completions: @0@'.format(zshcompletiondir))
endif
if zshcompletiondir != 'no'