Skip to content

Commit cbed8ff

Browse files
yuwatafilbranden
authored andcommitted
meson: drop redundant messages
1 parent 9eb0fc3 commit cbed8ff

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

shell-completion/bash/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ if bashcompletiondir == ''
88
else
99
bashcompletiondir = join_paths(datadir, 'bash-completion/completions')
1010
endif
11-
12-
message('bash completions: @0@'.format(bashcompletiondir))
1311
endif
1412

1513
if bashcompletiondir != 'no'

shell-completion/zsh/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
zshcompletiondir = get_option('zshcompletiondir')
44
if zshcompletiondir == ''
55
zshcompletiondir = join_paths(datadir, 'zsh/site-functions')
6-
7-
message('zsh completions: @0@'.format(zshcompletiondir))
86
endif
97

108
if zshcompletiondir != 'no'

0 commit comments

Comments
 (0)