diff options
author | Eric Cook <llua@gmx.com> | 2021-06-16 21:35:12 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-06-17 14:42:46 +0200 |
commit | 682e043c42fe3ac0fee4ce727458aaeb0e638589 (patch) | |
tree | ed1c9759ebf57c9439a608c4e5a1bc5bcc9084eb /shell-completion/zsh/_localectl | |
parent | core: Hide "Deactivated successfully" message (diff) | |
download | systemd-682e043c42fe3ac0fee4ce727458aaeb0e638589.tar.xz systemd-682e043c42fe3ac0fee4ce727458aaeb0e638589.zip |
shell-completion: revert c1072f6473bafa063cbf700c86524083d2857031
fixing https://github.com/systemd/systemd/issues/19689
Diffstat (limited to 'shell-completion/zsh/_localectl')
-rw-r--r-- | shell-completion/zsh/_localectl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_localectl b/shell-completion/zsh/_localectl index 851ac8253b..23422a9a4e 100644 --- a/shell-completion/zsh/_localectl +++ b/shell-completion/zsh/_localectl @@ -1,4 +1,4 @@ -#compdef localectl -*- shell-script -*- +#compdef localectl # SPDX-License-Identifier: LGPL-2.1-or-later (( $+functions[_localectl_set-locale] )) || |