summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-03-06 08:19:58 +0100
committerSven Eden <yamakuzure@gmx.net>2018-03-07 17:40:19 +0100
commitf0aaf39253ab9dc1abb1c4e54115e4ea373d9a55 (patch)
tree7453529c2a956664c920fdc6ba5a4982875c2b1e /shell-completion
parent29aaa6fef99f83e54baed130cb5380294ae2b152 (diff)
Meson build system: Add missing '#' in masked blocks
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/meson.build2
-rw-r--r--shell-completion/zsh/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/meson.build b/shell-completion/bash/meson.build
index 58c875536..734bd8fff 100644
--- a/shell-completion/bash/meson.build
+++ b/shell-completion/bash/meson.build
@@ -16,7 +16,7 @@ if bashcompletiondir != 'no'
# input : 'systemctl.in',
# output : 'systemctl',
# configuration : substs)
-
+#
# items = [['busctl', ''],
# ['journalctl', ''],
# ['systemd-analyze', ''],
diff --git a/shell-completion/zsh/meson.build b/shell-completion/zsh/meson.build
index 352f294a6..b4277330c 100644
--- a/shell-completion/zsh/meson.build
+++ b/shell-completion/zsh/meson.build
@@ -11,7 +11,7 @@ if zshcompletiondir != 'no'
# input : '_systemctl.in',
# output : '_systemctl',
# configuration : substs)
-
+#
# items = [['_busctl', ''],
# ['_journalctl', ''],
# ['_systemd-analyze', ''],