X Tutup
Skip to content

Commit 682e043

Browse files
lluakeszybz
authored andcommitted
shell-completion: revert c1072f6
fixing systemd#19689
1 parent edf2ee2 commit 682e043

21 files changed

+21
-21
lines changed

shell-completion/zsh/_bootctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#compdef bootctl -*- shell-script -*-
1+
#compdef bootctl
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33

44
__bootctl() {

shell-completion/zsh/_busctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#compdef busctl -*- shell-script -*-
1+
#compdef busctl
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33

44
# busctl(1) completion -*- shell-script -*-

shell-completion/zsh/_coredumpctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#compdef coredumpctl -*- shell-script -*-
1+
#compdef coredumpctl
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33

44
(( $+functions[_coredumpctl_commands] )) ||

shell-completion/zsh/_hostnamectl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#compdef hostnamectl -*- shell-script -*-
1+
#compdef hostnamectl
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33

44
(( $+functions[_hostnamectl_hostname] )) ||

shell-completion/zsh/_journalctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#compdef journalctl -*- shell-script -*-
1+
#compdef journalctl
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33

44
(( $+functions[_journalctl_fields] )) ||

shell-completion/zsh/_kernel-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#compdef kernel-install -*- shell-script -*-
1+
#compdef kernel-install
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33

44
(( $+functions[_kernel-install_images] )) ||

shell-completion/zsh/_localectl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#compdef localectl -*- shell-script -*-
1+
#compdef localectl
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33

44
(( $+functions[_localectl_set-locale] )) ||

shell-completion/zsh/_loginctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#compdef loginctl -*- shell-script -*-
1+
#compdef loginctl
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33

44
(( $+functions[_loginctl_all_sessions] )) ||

shell-completion/zsh/_machinectl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#compdef machinectl -*- shell-script -*-
1+
#compdef machinectl
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33

44
(( $+functions[__machinectl_get_machines] )) ||

shell-completion/zsh/_networkctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#compdef networkctl -*- shell-script -*-
1+
#compdef networkctl
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33

44
(( $+functions[_networkctl_commands] )) ||

0 commit comments

Comments
 (0)
X Tutup