diff options
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r-- | shell-completion/zsh/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/meson.build b/shell-completion/zsh/meson.build index ed1513ed25..34408ce90d 100644 --- a/shell-completion/zsh/meson.build +++ b/shell-completion/zsh/meson.build @@ -39,7 +39,7 @@ if zshcompletiondir != 'no' ] foreach item : items - if item[1] == '' or conf.get(item[1], 0) == 1 + if item[1] == '' or conf.get(item[1], false) install_data(item[0], install_dir : zshcompletiondir) endif |