diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-07-10 16:58:39 +0200 |
---|---|---|
committer | Filipe Brandenburger <filbranden@google.com> | 2018-07-11 08:24:39 +0200 |
commit | cbed8ff5a1fefbb0b1d1d45513933fe6c5f5ee50 (patch) | |
tree | 1bf8166006c5c5e562940b5489ec30a21f2bee9b /shell-completion | |
parent | rules: Add by-id symlinks for persistent memory (diff) | |
download | systemd-cbed8ff5a1fefbb0b1d1d45513933fe6c5f5ee50.tar.xz systemd-cbed8ff5a1fefbb0b1d1d45513933fe6c5f5ee50.zip |
meson: drop redundant messages
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/meson.build | 2 | ||||
-rw-r--r-- | shell-completion/zsh/meson.build | 2 |
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' |